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 | 哀蘊??^ | 10001000101000111110010101011101001111110011111101011110 | 88a3e55d3f3f5e |
EUC-JP | 哀蘊??^ | 10110000101001011110100110111110001111110011111101011110 | b0a5e9be3f3f5e |
UTF-8 | 哀蘊렕렡^ | 11100101100100111000000011101000100110001000101011101011101000001001010111101011101000001010000101011110 | e59380e8988aeba095eba0a15e |
UHC | 哀蘊렕렡^ | 111001001110111011101000101100111000111010101010100011101011001001011110 | e4eee8b38eaa8eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)