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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驗よサ | 1110100110000100100000101110011010111011 | e98482e6bb |
EUC-JP | 驗よサ | 111100011110010010100100111010001000111010111011 | f1e4a4e88ebb |
UTF-8 | 驗よサ | 111010011010100110010111111000111000001010001000111011111011110110111011 | e9a997e38288efbdbb |
UHC | 驗よ? | 1111101011010000101010101110100000111111 | fad0aae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)