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 | ???@???? | 0011111100111111001111110100000000111111001111110011111100111111 | 3f3f3f403f3f3f3f |
SJIS-WIN | ???@???? | 0011111100111111001111110100000000111111001111110011111100111111 | 3f3f3f403f3f3f3f |
EUC-JP | ???@???? | 0011111100111111001111110100000000111111001111110011111100111111 | 3f3f3f403f3f3f3f |
UTF-8 | 淋귦삨@淋꾩㎣淋 | 11101111101001111011010111101010101101111010011011101100100000101010100001000000111011111010011110110101111010101011111010101001111000111000111010100011111011111010011110110101 | efa7b5eab7a6ec82a840efa7b5eabea9e38ea3efa7b5 |
UHC | 淋귦삨@淋꾩㎣淋 | 111011001111100010000010111011011001100010100111010000001110110011111000100001001110110010100111101001111110110011111000 | ecf882ed98a740ecf884eca7a7ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)