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 | 苑?齋?咫 | 1000100110010001001111111110001001010110001111111001101001000000 | 89913fe2563f9a40 |
EUC-JP | 苑?齋?咫 | 1011000111110001001111111110001110110111001111111101001110100001 | b1f13fe3b73fd3a1 |
UTF-8 | 苑렱齋렔咫 | 111010001000101110010001111010111010000010110001111010011011110110001011111010111010000010010100111001011001001010101011 | e88b91eba0b1e9bd8beba094e592ab |
UHC | 苑렱齋렔咫 | 11101010101111011000111010111110111011101011000110001110101010011111001010100001 | eabd8ebeeeb18ea9f2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)