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 | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 鈹}i鈹}iB | 111110111100101001111101011010011111101111001010011111010110100101000010 | fbca7d69fbca7d6942 |
EUC-JP | 鈹}i鈹}iB | 1000111111100011110101000111110101101001100011111110001111010100011111010110100101000010 | 8fe3d47d698fe3d47d6942 |
UTF-8 | 鈹}i鈹}iB | 1110100110001000101110010111110101101001111010011000100010111001011111010110100101000010 | e988b97d69e988b97d6942 |
UHC | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)