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 | 雎ク譯 | 1110100010110001101110001110011010100001 | e8b1b8e6a1 |
EUC-JP | 雎ク譯 | 111100001011001110001110101110001110110010100011 | f0b38eb8eca3 |
UTF-8 | 雎ク譯 | 111010011001101110001110111011111011110110111000111010001010110110101111 | e99b8eefbdb8e8adaf |
UHC | 雎?譯 | 1110111011010001001111111110011010111011 | eed13fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)