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 | 蘊?蘊?^ | 11100101010111010011111111100101010111010011111101011110 | e55d3fe55d3f5e |
EUC-JP | 蘊?蘊?^ | 11101001101111100011111111101001101111100011111101011110 | e9be3fe9be3f5e |
UTF-8 | 蘊갟蘊갟^ | 11101000100110001000101011101010101100001001111111101000100110001000101011101010101100001001111101011110 | e8988aeab09fe8988aeab09f5e |
UHC | 蘊갟蘊갟^ | 111010001011001110000001010011001110100010110011100000010100110001011110 | e8b3814ce8b3814c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)