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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 濡??E | 1001010001000111001111110011111101000101 | 94473f3f45 |
EUC-JP | 濡??E | 1100011110101000001111110011111101000101 | c7a83f3f45 |
UTF-8 | 濡숇졅E | 11100110101111111010000111101100100010001000011111101100101000011000010101000101 | e6bfa1ec8887eca18545 |
UHC | 濡숇졅E | 11101011101000011001100111101011101000001011011001000101 | eba199eba0b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)