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 | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | ??瓣k | 0011111100111111111000010100000101101011 | 3f3fe1416b |
EUC-JP | ?đ瓣k | 00111111100011111010100111000010111000011010001001101011 | 3f8fa9c2e1a26b |
UTF-8 | 룶đ瓣k | 111010111010001110110110110001001001000111100111100100111010001101101011 | eba3b6c491e793a36b |
UHC | 룶đ瓣k | 10001111101010111010100110100010111101111111101101101011 | 8faba9a2f7fb6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)