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 | ?譯訥 | 0011111111100110101000011110011001100011 | 3fe6a1e663 |
EUC-JP | 淶譯訥 | 10001111110001111110010111101100101000111110101111000100 | 8fc7e5eca3ebc4 |
UTF-8 | 淶譯訥 | 111001101011011110110110111010001010110110101111111010001010100010100101 | e6b7b6e8adafe8a8a5 |
UHC | ?譯訥 | 0011111111100110101110111101001011101101 | 3fe6bbd2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)