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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 湖?E湖?EB | 100011001100111000111111010001011000110011001110001111110100010101000010 | 8cce3f458cce3f4542 |
EUC-JP | 湖?E湖?EB | 101110001101000000111111010001011011100011010000001111110100010101000010 | b8d03f45b8d03f4542 |
UTF-8 | 湖렕E湖렕EB | 111001101011100110010110111010111010000010010101010001011110011010111001100101101110101110100000100101010100010101000010 | e6b996eba09545e6b996eba0954542 |
UHC | 湖렕E湖렕EB | 1111101111001001100011101010101001000101111110111100100110001110101010100100010101000010 | fbc98eaa45fbc98eaa4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)