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 | 核?譯 | 1000101001101010001111111110011010100001 | 8a6a3fe6a1 |
EUC-JP | 核?譯 | 1011001111001011001111111110110010100011 | b3cb3feca3 |
UTF-8 | 核먱譯 | 111001101010000010111000111010111010100010110001111010001010110110101111 | e6a0b8eba8b1e8adaf |
UHC | 核먱譯 | 111110101011011110010000111011101110011010111011 | fab790eee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)