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 | 蘊딂쒼蘊딂쒼^ | 11101000100110001000101011101011100101001000001011101100100100101011110011101000100110001000101011101011100101001000001011101100100100101011110001011110 | e8988aeb9482ec92bce8988aeb9482ec92bc5e |
UHC | 蘊딂쒼蘊딂쒼^ | 11101000101100111000101011101000101111101011000011101000101100111000101011101000101111101011000001011110 | e8b38ae8beb0e8b38ae8beb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)