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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | 障籤ス宍ZB | 1000111111100001111000101101110011110001100011101011110110001110101100110101101001000010 | 8fe1e2dcf18ebd8eb35a42 |
EUC-JP | 障籤?ス宍ZB | 1011111011100011111001001101111000111111100011101011110110111100101101010101101001000010 | bee3e4de3f8ebdbcb55a42 |
UTF-8 | 障籤ス宍ZB | 1110100110011010100111001110011110110001101001001110111010000100100010011110111110111101101111011110010110101110100011010101101001000010 | e99a9ce7b1a4ee8489efbdbde5ae8d5a42 |
UHC | 障籤???ZB | 111011101010000111110100110110010011111100111111001111110101101001000010 | eea1f4d93f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)