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 | 釈丈 | 100011101101111110001111111001001111100011111011 | 8edf8fe4f8fb |
EUC-JP | 釈丈? | 1011110011100001101111101110011000111111 | bce1bee63f |
UTF-8 | 釈丈 | 111010011000011110001000111001001011100010001000111011101001101010011010 | e98788e4b888ee9a9a |
UHC | ?丈? | 00111111111011011101101100111111 | 3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)