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 | 111001000101111010000011100010110011111101000010 | e45e838b3f42 |
EUC-JP | 膺ル?B | 111001111011111110100101111010110011111101000010 | e7bfa5eb3f42 |
UTF-8 | 膺ル퉲B | 11101000100001101011101011100011100000111010101111101101100010011011001001000010 | e886bae383abed89b242 |
UHC | 膺ル퉲B | 11101011111011001010101111101011101110011000101001000010 | ebecabebb98a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)