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 | 隴溯ご | 111010001010110110011111111010001000001010110010 | e8ad9fe882b2 |
EUC-JP | 隴溯ご | 111100001010111111011110111010101010010010110100 | f0afdeeaa4b4 |
UTF-8 | 隴溯ご | 111010011001101010110100111001101011101010101111111000111000000110010100 | e99ab4e6baafe38194 |
UHC | ?溯ご | 0011111111100001101111011010101010110100 | 3fe1bdaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)