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 | 逍セ蠇ゥ蠑洲 | 11100111100101101011111011111011101000011010100111100101101111001000111101000110 | e796befba1a9e5bc8f46 |
EUC-JP | 逍セ?ゥ蠑洲 | 1110110111110110100011101011111000111111100011101010100111101010101111101011110110100111 | edf68ebe3f8ea9eabebda7 |
UTF-8 | 逍セ蠇ゥ蠑洲 | 111010011000000010001101111011111011110110111110111010001010000010000111111011111011110110101001111010001010000010010001111001101011010010110010 | e9808defbdbee8a087efbda9e8a091e6b4b2 |
UHC | 逍????洲 | 1110000111001110001111110011111100111111001111111111000110111101 | e1ce3f3f3f3ff1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)