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 | 髻イ逍イ荳ィ | 11101001100111111011001011100111100101101011001011100100101110001000001101000010 | e99fb2e796b2e4b88342 |
EUC-JP | 髻イ逍イ荳ィ | 111100101010000110001110101100101110110111110110100011101011001011101000101110101010010110100011 | f2a18eb2edf68eb2e8baa5a3 |
UTF-8 | 髻イ逍イ荳ィ | 111010011010101110111011111011111011110110110010111010011000000010001101111011111011110110110010111010001000110110110011111000111000001010100011 | e9abbbefbdb2e9808defbdb2e88db3e382a3 |
UHC | ??逍?荳ィ | 001111110011111111100001110011100011111111010100111001011010101110100011 | 3f3fe1ce3fd4e5aba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)