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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 應絞?逗?? | 100111001110010010001101011010010011111110010000100000000011111100111111 | 9ce48d693f90803f3f |
EUC-JP | 應絞?逗?? | 110110001110011010111001110010100011111110111111111000000011111100111111 | d8e6b9ca3fbfe03f3f |
UTF-8 | 應絞렎逗렯렪 | 111001101000011110001001111001111011010110011110111010111010000010001110111010011000000010010111111010111010000010101111111010111010000010101010 | e68789e7b59eeba08ee98097eba0afeba0aa |
UHC | 應絞렎逗렯렪 | 111010111110101111001110111011011000111010100100110101001110100010001110101111001000111010111000 | ebebceed8ea4d4e88ebc8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)