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 | 辭ゅ虻 | 111001111000011010000010111000111000100010111000 | e78682e388b8 |
EUC-JP | 辭ゅ虻 | 111011011110011010100100111001011011000010111010 | ede6a4e5b0ba |
UTF-8 | 辭ゅ虻 | 111010001011111010101101111000111000001010000101111010001001100110111011 | e8beade38285e899bb |
UHC | 辭ゅ? | 1101111011110110101010101110010100111111 | def6aae53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)