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 | 茫碕悪 | 111001001010100110001101111010101000100010101011 | e4a98dea88ab |
EUC-JP | 茫碕悪 | 111010001010101110111010111011001011000010101101 | e8abbaecb0ad |
UTF-8 | 茫碕悪 | 111010001000110010101011111001111010001010010101111001101000001010101010 | e88cabe7a295e682aa |
UHC | 茫?? | 11011000110101000011111100111111 | d8d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)