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 | 橈鶩? | 1001111011110100111010100100111000111111 | 9ef4ea4e3f |
EUC-JP | 橈鶩? | 1101110011110110111100111010111100111111 | dcf6f3af3f |
UTF-8 | 橈鶩丹 | 111001101010100110001000111010011011011010101001111011111010010110011110 | e6a988e9b6a9efa59e |
UHC | 橈鶩丹 | 111010001111101011011001110100001101010110101110 | e8fad9d0d5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)