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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釈車ホ昞 | 100011101101111110001110110101001100111011111010110100111111000111101100 | 8edf8ed4cefad3f1ec |
EUC-JP | 釈車ホ昞? | 10111100111000011011110011010110100011101100111010001111110000101010000100111111 | bce1bcd68ece8fc2a13f |
UTF-8 | 釈車ホ昞 | 111010011000011110001000111010001011101110001010111011111011111010001110111001101001100010011110111011101000010110100111 | e98788e8bb8aefbe8ee6989eee85a7 |
UHC | ?車?昞? | 00111111111100111011001100111111110111001011010100111111 | 3ff3b33fdcb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)