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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 「ェ」宵。。 | 101000101111100110001111101010101010001110001111101010101010000110100001 | a2f98faaa38faaa1a1 |
EUC-JP | 「?ェ」宵。。 | 10001110101000100011111110001110101010101000111010100011101111101010110010001110101000011000111010100001 | 8ea23f8eaa8ea3beac8ea18ea1 |
UTF-8 | 「ェ」宵。。 | 111011111011110110100010111011101001101110101010111011111011110110101010111011111011110110100011111001011010111010110101111011111011110110100001111011111011110110100001 | efbda2ee9baaefbdaaefbda3e5aeb5efbda1efbda1 |
UHC | ????宵?? | 0011111100111111001111110011111111100001101100100011111100111111 | 3f3f3f3fe1b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)