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 | ?????`x{d | 001111110011111100111111001111110011111101100000011110000111101101100100 | 3f3f3f3f3f60787b64 |
SJIS-WIN | シ」爬シホ`x{d | 10111100101000111110000010100110101111001100111001100000011110000111101101100100 | bca3e0a6bcce60787b64 |
EUC-JP | シ」爬シホ`x{d | 1000111010111100100011101010001111100000101010001000111010111100100011101100111001100000011110000111101101100100 | 8ebc8ea3e0a88ebc8ece60787b64 |
UTF-8 | シ」爬シホ`x{d | 11101111101111011011110011101111101111011010001111100111100010001010110011101111101111011011110011101111101111101000111001100000011110000111101101100100 | efbdbcefbda3e788acefbdbcefbe8e60787b64 |
UHC | ??爬??`x{d | 00111111001111111111011111110000001111110011111101100000011110000111101101100100 | 3f3ff7f03f3f60787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)