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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諢峨署奣 | 1110011010000100100010011110001110001111100100001111101010100011 | e68489e38f90faa3 |
EUC-JP | 諢峨署奣 | 111010111110010010110010111001011011110111110000100011111011100011111100 | ebe4b2e5bdf08fb8fc |
UTF-8 | 諢峨署奣 | 111010001010101110100010111001011011001110101000111001111011110110110010111001011010010110100011 | e8aba2e5b3a8e7bdb2e5a5a3 |
UHC | ?峨署? | 001111111110010010110001110111111111111000111111 | 3fe4b1dffe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)