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 | 譛滄撩 | 111001101001110010011111111010011001110110011100 | e69c9fe99d9c |
EUC-JP | 譛滄撩 | 111010111111110011011110111010111101100111111100 | ebfcdeebd9fc |
UTF-8 | 譛滄撩 | 111010001010110110011011111001101011101110000100111001101001001010101001 | e8ad9be6bb84e692a9 |
UHC | ?滄? | 00111111111100111110011100111111 | 3ff3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)