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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 甑陌? | 1000110110011001111010001001100100111111 | 8d99e8993f |
EUC-JP | 甑陌? | 1011100111111001111011111111100100111111 | b9f9eff93f |
UTF-8 | 甑陌진 | 111001111001010010010001111010011001100110001100111011001010011110000100 | e79491e9998ceca784 |
UHC | 甑陌진 | 111100011111011111011000111010001100000111111000 | f1f7d8e8c1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)