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 | 100101110101011110000011100011000011111101000010 | 9757838c3f42 |
EUC-JP | 邑レ?B | 110011011011100010100101111011000011111101000010 | cdb8a5ec3f42 |
UTF-8 | 邑レ떕B | 11101001100000101001000111100011100000111010110011101011100101101001010101000010 | e98291e383aceb969542 |
UHC | 邑レ떕B | 11101011111010011010101111101100100010111010101101000010 | ebe9abec8bab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)