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 | 11101001101010011000110111100111100101011000110001000101 | e9a98de7958c45 |
EUC-JP | 鬩咲阜E | 11110010101010111011101011101001110010011110110001000101 | f2abbae9c9ec45 |
UTF-8 | 鬩咲阜E | 11101001101011001010100111100101100100101011001011101001100110001001110001000101 | e9aca9e592b2e9989c45 |
UHC | ??阜E | 0011111100111111110111011011110101000101 | 3f3fddbd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)