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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ク靜ゥ社而h | 1111000010110011101110001110100011001110101010011000111011010000100011101010011101101000 | f0b3b8e8cea98ed08ea768 |
EUC-JP | ?ク靜ゥ社而h | 001111111000111010111000111100001101000010001110101010011011110011010010101111001010100101101000 | 3f8eb8f0d08ea9bcd2bca968 |
UTF-8 | ク靜ゥ社而h | 11101110100000011011001011101111101111011011100011101001100111011001110011101111101111011010100111100111101001001011111011101000100000001000110001101000 | ee81b2efbdb8e99d9cefbda9e7a4bee8808c68 |
UHC | ??靜?社而h | 00111111001111111111000010100001001111111101111011100100111011001011101101101000 | 3f3ff0a13fdee4ecbb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)