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 | 11100101010111010011111111100101010111010011111101000010 | e55d3fe55d3f42 |
EUC-JP | 蘊?蘊?B | 11101001101111100011111111101001101111100011111101000010 | e9be3fe9be3f42 |
UTF-8 | 蘊쨒蘊쨒B | 11101000100110001000101011101100101010001001001011101000100110001000101011101100101010001001001001000010 | e8988aeca892e8988aeca89242 |
UHC | 蘊쨒蘊쨒B | 111010001011001110100100011010011110100010110011101001000110100101000010 | e8b3a469e8b3a46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)