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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?泣?燼 | 1001001010100010001111111000101110000011001111111110000010011110 | 92a23f8b833fe09e |
EUC-JP | 弔?泣?燼 | 1100010010100100001111111011010111100011001111111101111111111110 | c4a43fb5e33fdffe |
UTF-8 | 弔렍泣렑燼 | 111001011011110010010100111010111010000010001101111001101011001110100011111010111010000010010001111001111000011110111100 | e5bc94eba08de6b3a3eba091e787bc |
UHC | 弔렍泣렑燼 | 11110000110000001000111010100011111010111110100010001110101001101110001111101000 | f0c08ea3ebe88ea6e3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)