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 | 鉷宍鴫鉷宍 | 111110111100110110001110101100111111000010111010100011101011000011111011110011011000111010110011 | fbcd8eb3f0ba8eb0fbcd8eb3 |
EUC-JP | 鉷宍?鴫鉷宍 | 10001111111000111111000110111100101101010011111110111100101100101000111111100011111100011011110010110101 | 8fe3f1bcb53fbcb28fe3f1bcb5 |
UTF-8 | 鉷宍鴫鉷宍 | 111010011000100110110111111001011010111010001101111011101000000110111001111010011011010010101011111010011000100110110111111001011010111010001101 | e989b7e5ae8dee81b9e9b4abe989b7e5ae8d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)