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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛻題ォ問 | 11100101100010001001000111101000101010111001011011100010 | e58891e8ab96e2 |
EUC-JP | 蛻題ォ問 | 1110100111101000110000101110101010001110101010111100110011100100 | e9e8c2ea8eabcce4 |
UTF-8 | 蛻題ォ問 | 111010001001101110111011111010011010000110001100111011111011110110101011111001011001010110001111 | e89bbbe9a18cefbdabe5958f |
UHC | ?題?問 | 001111111111000010111001001111111101100111111101 | 3ff0b93fd9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)