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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 哭眄瘁}B | 1001101001001100111000011011111011100001100000010111110101000010 | 9a4ce1bee1817d42 |
EUC-JP | 哭眄瘁}B | 1101001110101101111000101100000011100001111000010111110101000010 | d3ade2c0e1e17d42 |
UTF-8 | 哭眄瘁}B | 1110010110010011101011011110011110011100100001001110011110011000100000010111110101000010 | e593ade79c84e798817d42 |
UHC | 哭眄?}B | 11001101110101101101100011111000001111110111110101000010 | cdd6d8f83f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)