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 | 蜉セ謌鯛命 | 111001011000101010111110111001101000100010010001111000101001011010111101 | e58abee68891e296bd |
EUC-JP | 蜉セ謌鯛命 | 11101001111010101000111010111110111010111110100011000010111001001100110010111111 | e9ea8ebeebe8c2e4ccbf |
UTF-8 | 蜉セ謌鯛命 | 111010001001110010001001111011111011110110111110111010001010110010001100111010011010111110011011111001011001000110111101 | e89c89efbdbee8ac8ce9af9be591bd |
UHC | ????命 | 001111110011111100111111001111111101100110100100 | 3f3f3f3fd9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)