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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮨種擠蜀ェ | 111010011011110110001110111011011001110110101001111001011000011010101010 | e9bd8eed9da9e586aa |
EUC-JP | 鮨種擠蜀ェ | 11110010101111111011110011101111110110101010101111101001111001101000111010101010 | f2bfbcefdaabe9e68eaa |
UTF-8 | 鮨種擠蜀ェ | 111010011010111010101000111001111010100010101110111001101001001110100000111010001001110010000000111011111011110110101010 | e9aea8e7a8aee693a0e89c80efbdaa |
UHC | ?種?蜀? | 00111111111100001111101000111111111101011011100100111111 | 3ff0fa3ff5b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)