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 | 驗ょア | 1110100110000100100000101110010110110001 | e98482e5b1 |
EUC-JP | 驗ょア | 111100011110010010100100111001111000111010110001 | f1e4a4e78eb1 |
UTF-8 | 驗ょア | 111010011010100110010111111000111000001010000111111011111011110110110001 | e9a997e38287efbdb1 |
UHC | 驗ょ? | 1111101011010000101010101110011100111111 | fad0aae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)