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 | ?朞?パ’ | 0011111110011110010011010011111110000011011100001000000101100110 | 3f9e4d3f83708166 |
EUC-JP | ?朞?パ’ | 0011111111011011101011100011111110100101110100011010000111000111 | 3fdbae3fa5d1a1c7 |
UTF-8 | 룶朞춳パ’ | 111010111010001110110110111001101001110010011110111011001011011010110011111000111000001110010001111000101000000010011001 | eba3b6e69c9eecb6b3e38391e28099 |
UHC | 룶朞춳パ’ | 10001111101010111101000110100001101011011000111110101011110100011010000110101111 | 8fabd1a1ad8fabd1a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)