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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稈笘 | 11100010011000101110001010011000 | e262e298 |
EUC-JP | 稈笘 | 11100011110000111110001111111000 | e3c3e3f8 |
UTF-8 | 稈笘 | 111001111010100010001000111001111010110010011000 | e7a888e7ac98 |
UHC | 稈? | 110010101101100100111111 | cad93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)