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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 娃??厥B | 10001000101000010011111100111111100110011100111001000010 | 88a13f3f99ce42 |
EUC-JP | 娃??厥B | 10110000101000110011111100111111110100101101000001000010 | b0a33f3fd2d042 |
UTF-8 | 娃됵퐦厥B | 11100101101010001000001111101011100100001011010111101101100100001010011011100101100011101010010101000010 | e5a883eb90b5ed90a6e58ea542 |
UHC | 娃됵퐦厥B | 111010001101111110001001111011111011110110001111110011111111000001000010 | e8df89efbd8fcff042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)