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 | 邑↑? | 1001011101010111100000011010101000111111 | 975781aa3f |
EUC-JP | 邑↑? | 1100110110111000101000101010110000111111 | cdb8a2ac3f |
UTF-8 | 邑↑닋 | 111010011000001010010001111000101000011010010001111010111000101110001011 | e98291e28691eb8b8b |
UHC | 邑↑닋 | 111010111110100110100001111010001000100010010010 | ebe9a1e88892 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)