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 | 證泥譯 | 111001101001101010010011010001001110011010100001 | e69a9344e6a1 |
EUC-JP | 證泥譯 | 111010111111101011000101101001011110110010100011 | ebfac5a5eca3 |
UTF-8 | 證泥譯 | 111010001010110110001001111001101011001110100101111010001010110110101111 | e8ad89e6b3a5e8adaf |
UHC | 證泥譯 | 111100011111101111010010111110101110011010111011 | f1fbd2fae6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)