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 | 喟痾怐唸 | 1001101001011111111000010111110110011100100000011001101001011000 | 9a5fe17d9c819a58 |
EUC-JP | 喟痾怐唸 | 1101001111000000111000011101111011010111111000011101001110111001 | d3c0e1ded7e1d3b9 |
UTF-8 | 喟痾怐唸 | 111001011001011010011111111001111001011110111110111001101000000010010000111001011001010010111000 | e5969fe797bee68090e594b8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)