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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蘊??蘊??^ | 111001010101110100111111001111111110010101011101001111110011111101011110 | e55d3f3fe55d3f3f5e |
EUC-JP | 蘊??蘊??^ | 111010011011111000111111001111111110100110111110001111110011111101011110 | e9be3f3fe9be3f3f5e |
UTF-8 | 蘊듿끀蘊듿끀^ | 11101000100110001000101011101011100100111011111111101011100000011000000011101000100110001000101011101011100100111011111111101011100000011000000001011110 | e8988aeb93bfeb8180e8988aeb93bfeb81805e |
UHC | 蘊듿끀蘊듿끀^ | 11101000101100111000101011100101100001011011011011101000101100111000101011100101100001011011011001011110 | e8b38ae585b6e8b38ae585b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)