To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ¼×¼Á¾ | 101111001101011110111100110000011000111010111110 | bcd7bcc18ebe |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×?Á?? | 001111111010000111011111001111111000111110101010101000010011111100111111 | 3fa1df3f8faaa13f3f |
UTF-8 | ¼×¼Á¾ | 110000101011110011000011100101111100001010111100110000111000000111000010100011101100001010111110 | c2bcc397c2bcc381c28ec2be |
UHC | ¼×¼??¾ | 10101000111110011010000110111111101010001111100100111111001111111010100011111010 | a8f9a1bfa8f93f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)