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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 霽消?K | 111010001100011110001111110000010011111101001011 | e8c78fc13f4b |
EUC-JP | 霽消雱K | 1111000011001001101111101100001110001111111001101111110001001011 | f0c9bec38fe6fc4b |
UTF-8 | 霽消雱K | 11101001100111001011110111100110101101101000100011101001100110111011000101001011 | e99cbde6b688e99bb14b |
UHC | 霽消?K | 111100001011100011100001101111000011111101001011 | f0b8e1bc3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)