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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 昇葩昇葮^ | 100011111011100011100100110110111000111110111000111001001101100101011110 | 8fb8e4db8fb8e4d95e |
EUC-JP | 昇葩昇葮^ | 101111101011101011101000110111011011111010111010111010001101101101011110 | bebae8ddbebae8db5e |
UTF-8 | 昇葩昇葮^ | 11100110100110001000011111101000100100011010100111100110100110001000011111101000100100011010111001011110 | e69887e891a9e69887e891ae5e |
UHC | 昇?昇?^ | 11100011101100000011111111100011101100000011111101011110 | e3b03fe3b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)