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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜑ー讚「 | 111001011000100110110000111001101010101110100010 | e589b0e6aba2 |
EUC-JP | 蜑ー讚「 | 1110100111101001100011101011000011101100101011011000111010100010 | e9e98eb0ecad8ea2 |
UTF-8 | 蜑ー讚「 | 111010001001110010010001111011111011110110110000111010001010111010011010111011111011110110100010 | e89c91efbdb0e8ae9aefbda2 |
UHC | ??讚? | 0011111100111111111100111100011000111111 | 3f3ff3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)