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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 熊????B | 10001100010001100011111100111111001111110011111101000010 | 8c463f3f3f3f42 |
EUC-JP | 熊????B | 10110111101001110011111100111111001111110011111101000010 | b7a73f3f3f3f42 |
UTF-8 | 熊닺렍쾅요B | 11100111100001101000101011101011100010111011101011101011101000001000110111101100101111101000010111101100100110101001010001000010 | e7868aeb8bbaeba08decbe85ec9a9442 |
UHC | 熊닺렍쾅요B | 1110101010101000101101001110100010001110101000111100010011100111101111111110010001000010 | eaa8b4e88ea3c4e7bfe442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)