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 | 葯溯ウェ | 111001001101111010011111111010001011001110101010 | e4de9fe8b3aa |
EUC-JP | 葯溯ウェ | 1110100011100000110111101110101010001110101100111000111010101010 | e8e0deea8eb38eaa |
UTF-8 | 葯溯ウェ | 111010001001000110101111111001101011101010101111111011111011110110110011111011111011110110101010 | e891afe6baafefbdb3efbdaa |
UHC | 葯溯?? | 111001011011010111100001101111010011111100111111 | e5b5e1bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)