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 | 踵也怱菫セ逶 | 1110011011111001100101101110011110011100100001001110010010111111101111101110011110011011 | e6f996e79c84e4bfbee79b |
EUC-JP | 踵也怱菫セ逶 | 111011001111101111001100111010011101011111100100111010001100000110001110101111101110110111111011 | ecfbcce9d7e4e8c18ebeedfb |
UTF-8 | 踵也怱菫セ逶 | 111010001011100010110101111001001011100110011111111001101000000010110001111010001000111110101011111011111011110110111110111010011000000010110110 | e8b8b5e4b99fe680b1e88fabefbdbee980b6 |
UHC | 踵也?菫?? | 111100011010001011100101101001010011111111010000110010110011111100111111 | f1a2e5a53fd0cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)