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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?!??? | 001111111000000101001001001111110011111100111111 | 3f81493f3f3f |
EUC-JP | ?!??? | 001111111010000110101010001111110011111100111111 | 3fa1aa3f3f3f |
UTF-8 | 룶!캀⒝룶 | 111010111010001110110110111011111011110010000001111011001011101010000000111000101001001010011101111010111010001110110110 | eba3b6efbc81ecba80e2929deba3b6 |
UHC | 룶!캀⒝룶 | 10001111101010111010001110100001101011111000111110101001110011101000111110101011 | 8faba3a1af8fa9ce8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)