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 | 瑾瘉^ | 1110000011110101111000011000100001011110 | e0f5e1885e |
EUC-JP | 瑾瘉^ | 1110000011110111111000011110100001011110 | e0f7e1e85e |
UTF-8 | 瑾瘉^ | 11100111100100011011111011100111100110001000100101011110 | e791bee798895e |
UHC | 瑾?^ | 11010000110010000011111101011110 | d0c83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)