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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 湖?L湖?L^ | 100011001100111000111111010011001000110011001110001111110100110001011110 | 8cce3f4c8cce3f4c5e |
EUC-JP | 湖?L湖?L^ | 101110001101000000111111010011001011100011010000001111110100110001011110 | b8d03f4cb8d03f4c5e |
UTF-8 | 湖렕L湖렕L^ | 111001101011100110010110111010111010000010010101010011001110011010111001100101101110101110100000100101010100110001011110 | e6b996eba0954ce6b996eba0954c5e |
UHC | 湖렕L湖렕L^ | 1111101111001001100011101010101001001100111110111100100110001110101010100100110001011110 | fbc98eaa4cfbc98eaa4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)