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 | 證ク髮宇 | 11100110100110101011100011101001100110111000100101000110 | e69ab8e99b8946 |
EUC-JP | 證ク髮宇 | 1110101111111010100011101011100011110001111110111011000110100111 | ebfa8eb8f1fbb1a7 |
UTF-8 | 證ク髮宇 | 111010001010110110001001111011111011110110111000111010011010101110101110111001011010111010000111 | e8ad89efbdb8e9abaee5ae87 |
UHC | 證?髮宇 | 11110001111110110011111111011011101001011110100111010100 | f1fb3fdba5e9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)