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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 矣?閨^ | 111000011110000100111111111010001000000101011110 | e1e13fe8815e |
EUC-JP | 矣?閨^ | 111000101110001100111111111011111110000101011110 | e2e33fefe15e |
UTF-8 | 矣흔閨^ | 11100111100111111010001111101101100111011001010011101001100101101010100001011110 | e79fa3ed9d94e996a85e |
UHC | 矣흔閨^ | 11101011111110001100100011100111110100001011000101011110 | ebf8c8e7d0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)