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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉸辞犱自 | 1111101111001110100011101010101111111011010110111000111010101001 | fbce8eabfb5b8ea9 |
EUC-JP | 鉸辞犱自 | 10001111111000111111001010111100101011011000111111001010111011111011110010101011 | 8fe3f2bcad8fcaefbcab |
UTF-8 | 鉸辞犱自 | 111010011000100110111000111010001011111010011110111001111000101010110001111010001000011110101010 | e989b8e8be9ee78ab1e887aa |
UHC | ???自 | 0011111100111111001111111110110110111011 | 3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)