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 | 蟾ス蟄伜ス「 | 111001011011011110111101111001011010110110011000111001011011110110100010 | e5b7bde5ad98e5bda2 |
EUC-JP | 蟾ス蟄伜ス「 | 111010101011100110001110101111011110101010101111110100001110011110001110101111011000111010100010 | eab98ebdeaafd0e78ebd8ea2 |
UTF-8 | 蟾ス蟄伜ス「 | 111010001001111110111110111011111011110110111101111010001001111110000100111001001011110010011100111011111011110110111101111011111011110110100010 | e89fbeefbdbde89f84e4bc9cefbdbdefbda2 |
UHC | 蟾?蟄??? | 1110000011101010001111111111011011011110001111110011111100111111 | e0ea3ff6de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)