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 | 驗偵た | 111010011000010010010010111000111000001010111101 | e98492e382bd |
EUC-JP | 驗偵た | 111100011110010011000100111001011010010010111111 | f1e4c4e5a4bf |
UTF-8 | 驗偵た | 111010011010100110010111111001011000000110110101111000111000000110011111 | e9a997e581b5e3819f |
UHC | 驗偵た | 111110101101000011101111110011111010101010111111 | fad0efcfaabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)