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 | 螟ョ竊斥 | 11100101101001001010111011100010100001101001000011001011 | e5a4aee28690cb |
EUC-JP | 螟ョ竊斥 | 1110101010100110100011101010111011100011111001101100000011001101 | eaa68eaee3e6c0cd |
UTF-8 | 螟ョ竊斥 | 111010001001111010011111111011111011110110101110111001111010101110001010111001101001011010100101 | e89e9fefbdaee7ab8ae696a5 |
UHC | 螟?竊斥 | 11011001101011010011111111101111101111001111010010101110 | d9ad3fefbcf4ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)