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 | セ緕ェ室質 | 1011111011100011100011101010101010001110101110101000111010111111 | bee38eaa8eba8ebf |
EUC-JP | セ緕ェ室質 | 10001110101111101110010111101110100011101010101010111100101111001011110011000001 | 8ebee5ee8eaabcbcbcc1 |
UTF-8 | セ緕ェ室質 | 111011111011110110111110111001111011011110010101111011111011110110101010111001011010111010100100111010001011001110101010 | efbdbee7b795efbdaae5aea4e8b3aa |
UHC | ???室質 | 00111111001111110011111111100011111110001111001011110101 | 3f3f3fe3f8f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)