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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膺??B | 1110010001011110001111110011111101000010 | e45e3f3f42 |
EUC-JP | 膺??B | 1110011110111111001111110011111101000010 | e7bf3f3f42 |
UTF-8 | 膺딆럧B | 11101000100001101011101011101011100101001000011011101011100111111010011101000010 | e886baeb9486eb9fa742 |
UHC | 膺딆럧B | 11101011111011001000101011101100100011101000101001000010 | ebec8aec8e8a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)