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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | シ」爬シホP | 10111100101000111110000010100110101111001100111001010000 | bca3e0a6bcce50 |
EUC-JP | シ」爬シホP | 1000111010111100100011101010001111100000101010001000111010111100100011101100111001010000 | 8ebc8ea3e0a88ebc8ece50 |
UTF-8 | シ」爬シホP | 11101111101111011011110011101111101111011010001111100111100010001010110011101111101111011011110011101111101111101000111001010000 | efbdbcefbda3e788acefbdbcefbe8e50 |
UHC | ??爬??P | 00111111001111111111011111110000001111110011111101010000 | 3f3ff7f03f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)