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 | 100111111111010101111101011010011001111111110101011111010110100101000010 | 9ff57d699ff57d6942 |
EUC-JP | 滸}i滸}iB | 110111101111011101111101011010011101111011110111011111010110100101000010 | def77d69def77d6942 |
UTF-8 | 滸}i滸}iB | 1110011010111011101110000111110101101001111001101011101110111000011111010110100101000010 | e6bbb87d69e6bbb87d6942 |
UHC | 滸}i滸}iB | 111110111100101001111101011010011111101111001010011111010110100101000010 | fbca7d69fbca7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)