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 | ??B???? | 00111111001111110100001000111111001111110011111100111111 | 3f3f423f3f3f3f |
SJIS-WIN | 湖?B寥?翁? | 10001100110011100011111101000010100110111000110000111111100010011010010100111111 | 8cce3f429b8c3f89a53f |
EUC-JP | 湖?B寥?翁? | 10111000110100000011111101000010110101011110110000111111101100101010011100111111 | b8d03f42d5ec3fb2a73f |
UTF-8 | 湖렕B寥렔翁렫 | 11100110101110011001011011101011101000001001010101000010111001011010111110100101111010111010000010010100111001111011111110000001111010111010000010101011 | e6b996eba09542e5afa5eba094e7bf81eba0ab |
UHC | 湖렕B寥렔翁렫 | 11111011110010011000111010101010010000101110100011101111100011101010100111101000101110101000111010111001 | fbc98eaa42e8ef8ea9e8ba8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)