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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 證ク驛、 | 111001101001101010111000111010011000001110100100 | e69ab8e983a4 |
EUC-JP | 證ク驛、 | 1110101111111010100011101011100011110001111000111000111010100100 | ebfa8eb8f1e38ea4 |
UTF-8 | 證ク驛、 | 111010001010110110001001111011111011110110111000111010011010100110011011111011111011110110100100 | e8ad89efbdb8e9a99befbda4 |
UHC | 證?驛? | 111100011111101100111111111001101011111000111111 | f1fb3fe6be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)