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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 躁?諍器 | 11100111010011100011111111100110011110011000101011101101 | e74e3fe6798aed |
EUC-JP | 躁?諍器 | 11101101101011110011111111101011110110101011010011101111 | edaf3febdab4ef |
UTF-8 | 躁렕諍器 | 111010001011101010000001111010111010000010010101111010001010101110001101111001011001100110101000 | e8ba81eba095e8ab8de599a8 |
UHC | 躁렕諍器 | 1111000011100010100011101010101011101110101101011101000011101111 | f0e28eaaeeb5d0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)