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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ????ヂ@B | 0011111100111111001111110011111110000011011000010100000001000010 | 3f3f3f3f83614042 |
EUC-JP | ????ヂ@B | 0011111100111111001111110011111110100101110000100100000001000010 | 3f3f3f3fa5c24042 |
UTF-8 | 룶쨆룶콓ヂ@B | 1110101110100011101101101110110010101000100001101110101110100011101101101110110010111101100100111110001110000011100000100100000001000010 | eba3b6eca886eba3b6ecbd93e383824042 |
UHC | 룶쨆룶콓ヂ@B | 100011111010101110100100011000101000111110101011101100011000111110101011110000100100000001000010 | 8faba4628fabb18fabc24042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)