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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉚翫o鄙雎 | 11100111111101001000101011100011100000101000111111100111101111111110100010110001 | e7f48ae3828fe7bfe8b1 |
EUC-JP | 鉚翫o鄙雎 | 11101110111101101011010011100101101000111110111111101110110000011111000010110011 | eef6b4e5a3efeec1f0b3 |
UTF-8 | 鉚翫o鄙雎 | 111010011000100110011010111001111011111110101011111011111011110110001111111010011000010010011001111010011001101110001110 | e9899ae7bfabefbd8fe98499e99b8e |
UHC | ?翫o鄙雎 | 001111111110100011010001101000111110111111011110101010011110111011010001 | 3fe8d1a3efdea9eed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)