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 | 驗らコ | 1110100110000100100000101110011110111010 | e98482e7ba |
EUC-JP | 驗らコ | 111100011110010010100100111010011000111010111010 | f1e4a4e98eba |
UTF-8 | 驗らコ | 111010011010100110010111111000111000001010001001111011111011110110111010 | e9a997e38289efbdba |
UHC | 驗ら? | 1111101011010000101010101110100100111111 | fad0aae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)