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 | 100100101111101100111111010011000110100010010010111110110011111101001100 | 92fb3f4c6892fb3f4c |
EUC-JP | 蹄?Lh蹄?L | 110001001111110100111111010011000110100011000100111111010011111101001100 | c4fd3f4c68c4fd3f4c |
UTF-8 | 蹄렜Lh蹄렜L | 111010001011100110000100111010111010000010011100010011000110100011101000101110011000010011101011101000001001110001001100 | e8b984eba09c4c68e8b984eba09c4c |
UHC | 蹄렜Lh蹄렜L | 1111000010110100100011101010111001001100011010001111000010110100100011101010111001001100 | f0b48eae4c68f0b48eae4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)