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 | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ゙ケi゙ケiB | 1101111011110011111011001011100101101001110111101111001111101100101110010110100101000010 | def3ecb969def3ecb96942 |
EUC-JP | ゙?ケi゙?ケiB | 10001110110111100011111110001110101110010110100110001110110111100011111110001110101110010110100101000010 | 8ede3f8eb9698ede3f8eb96942 |
UTF-8 | ゙ケi゙ケiB | 111011111011111010011110111011101000101110011111111011111011110110111001011010011110111110111110100111101110111010001011100111111110111110111101101110010110100101000010 | efbe9eee8b9fefbdb969efbe9eee8b9fefbdb96942 |
UHC | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)