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 | 11100000110110010101100111100000110110010110001001000101 | e0d959e0d96245 |
EUC-JP | 獻Y獻bE | 11100000110110110101100111100000110110110110001001000101 | e0db59e0db6245 |
UTF-8 | 獻Y獻bE | 111001111000110110111011010110011110011110001101101110110110001001000101 | e78dbb59e78dbb6245 |
UHC | 獻Y獻bE | 11111010110011000101100111111010110011000110001001000101 | facc59facc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)