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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 湖?A瓦 | 100011001100111000111111010000011000101010100010 | 8cce3f418aa2 |
EUC-JP | 湖?A瓦 | 101110001101000000111111010000011011010010100100 | b8d03f41b4a4 |
UTF-8 | 湖렞A瓦 | 11100110101110011001011011101011101000001001111001000001111001111001001110100110 | e6b996eba09e41e793a6 |
UHC | 湖렞A瓦 | 11111011110010011000111010101111010000011110100010111111 | fbc98eaf41e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)