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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘊ょ?? | 111001010101110110000010111001010011111100111111 | e55d82e53f3f |
EUC-JP | 蘊ょ?? | 111010011011111010100100111001110011111100111111 | e9bea4e73f3f |
UTF-8 | 蘊ょ릣廉 | 111010001001100010001010111000111000001010000111111010111010011010100011111011111010011010100010 | e8988ae38287eba6a3efa6a2 |
UHC | 蘊ょ릣廉 | 1110100010110011101010101110011110010000100001011110011011110101 | e8b3aae79085e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)