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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 顯Y顯bE | 11101000111110110101100111101000111110110110001001000101 | e8fb59e8fb6245 |
EUC-JP | 顯Y顯bE | 11110000111111010101100111110000111111010110001001000101 | f0fd59f0fd6245 |
UTF-8 | 顯Y顯bE | 111010011010000110101111010110011110100110100001101011110110001001000101 | e9a1af59e9a1af6245 |
UHC | 顯Y顯bE | 11111010111010010101100111111010111010010110001001000101 | fae959fae96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)