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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 痾琅^ | 1110000101111101111000001110010001011110 | e17de0e45e |
EUC-JP | 痾琅^ | 1110000111011110111000001110011001011110 | e1dee0e65e |
UTF-8 | 痾琅^ | 11100111100101111011111011100111100100001000010101011110 | e797bee790855e |
UHC | ?琅^ | 00111111110101011100101001011110 | 3fd5ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)