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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????▽? | 00111111001111110011111100111111100000011010010000111111 | 3f3f3f3f81a43f |
EUC-JP | 濚??饔▽? | 1000111111001001101000010011111100111111100011111110100011101111101000101010011000111111 | 8fc9a13f3f8fe8efa2a63f |
UTF-8 | 濚뽫럷饔▽툙 | 111001101011111110011010111010111011110110101011111010111001111110110111111010011010010110010100111000101001011010111101111011011000100010011001 | e6bf9aebbdabeb9fb7e9a594e296bded8899 |
UHC | 濚뽫럷饔▽툙 | 111001111011100110010110111001111000111010010110111010001011110110100001111001001011100010010000 | e7b996e78e96e8bda1e4b890 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)