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 | 0011111100111111001111110101101101101011 | 3f3f3f5b6b |
SJIS-WIN | 底??[k | 100100101110101000111111001111110101101101101011 | 92ea3f3f5b6b |
EUC-JP | 底??[k | 110001001110110000111111001111110101101101101011 | c4ec3f3f5b6b |
UTF-8 | 底억슉[k | 1110010110111010100101011110110010010110101101011110110010001010100010010101101101101011 | e5ba95ec96b5ec8a895b6b |
UHC | 底억슉[k | 1110111010111100101111101110111110111101101101010101101101101011 | eebcbeefbdb55b6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)