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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膩ょ靴B | 11100100010101101000001011100101100011000100001101000010 | e45682e58c4342 |
EUC-JP | 膩ょ靴B | 11100111101101111010010011100111101101111010010001000010 | e7b7a4e7b7a442 |
UTF-8 | 膩ょ靴B | 11101000100001101010100111100011100000101000011111101001100111011011010001000010 | e886a9e38287e99db442 |
UHC | ?ょ靴B | 001111111010101011100111111111001010100001000010 | 3faae7fca842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)