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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 蔚?Lh蔚?L | 100010010101010100111111010011000110100010001001010101010011111101001100 | 89553f4c6889553f4c |
EUC-JP | 蔚?Lh蔚?L | 101100011011011000111111010011000110100010110001101101100011111101001100 | b1b63f4c68b1b63f4c |
UTF-8 | 蔚탱Lh蔚탱L | 111010001001010010011010111011011000001110110001010011000110100011101000100101001001101011101101100000111011000101001100 | e8949aed83b14c68e8949aed83b14c |
UHC | 蔚탱Lh蔚탱L | 1110101010100101110001011100101001001100011010001110101010100101110001011100101001001100 | eaa5c5ca4c68eaa5c5ca4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)