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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?納?ヒ∫B | 001111111001010001011011001111111000001101110001100000011110011101000010 | 3f945b3f837181e742 |
EUC-JP | ?納?ヒ∫B | 001111111100011110111100001111111010010111010010101000101110100101000010 | 3fc7bc3fa5d2a2e942 |
UTF-8 | 룶納卽ヒ∫B | 11101011101000111011011011100111101101001000110111100101100011011011110111100011100000111001001011100010100010001010101101000010 | eba3b6e7b48de58dbde38392e288ab42 |
UHC | 룶納卽ヒ∫B | 1000111110101011110100101010000111110001111011011010101111010010101000011111001001000010 | 8fabd2a1f1edabd2a1f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)