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 | 哭疼痾哺 | 1001101001001100111000010111010111100001011111011001101001001101 | 9a4ce175e17d9a4d |
EUC-JP | 哭疼痾哺 | 1101001110101101111000011101011011100001110111101101001110101110 | d3ade1d6e1ded3ae |
UTF-8 | 哭疼痾哺 | 111001011001001110101101111001111001011010111100111001111001011110111110111001011001001110111010 | e593ade796bce797bee593ba |
UHC | 哭疼?哺 | 11001101110101101101010011011001001111111111100011010100 | cdd6d4d93ff8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)