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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逍・鬢ス遘ャ | 111001111001011010100101111010011010010010111101111001111010011110101100 | e796a5e9a4bde7a7ac |
EUC-JP | 逍・鬢ス遘ャ | 111011011111011010001110101001011111001010100110100011101011110111101110101010011000111010101100 | edf68ea5f2a68ebdeea98eac |
UTF-8 | 逍・鬢ス遘ャ | 111010011000000010001101111011111011110110100101111010011010110010100010111011111011110110111101111010011000000110011000111011111011110110101100 | e9808defbda5e9aca2efbdbde98198efbdac |
UHC | 逍????? | 11100001110011100011111100111111001111110011111100111111 | e1ce3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)