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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 璧齋E | 1110000011111000111000100101011001000101 | e0f8e25645 |
EUC-JP | 璧齋E | 1110000011111010111000111011011101000101 | e0fae3b745 |
UTF-8 | 璧齋E | 11100111100100101010011111101001101111011000101101000101 | e792a7e9bd8b45 |
UHC | 璧齋E | 1101101111111101111011101011000101000101 | dbfdeeb145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)