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 | セネ射 | 101111101100100011110010111011111000111011001011 | bec8f2ef8ecb |
EUC-JP | セネ?射 | 10001110101111101000111011001000001111111011110011001101 | 8ebe8ec83fbccd |
UTF-8 | セネ射 | 111011111011110110111110111011111011111010001000111011101000100010100110111001011011000010000100 | efbdbeefbe88ee88a6e5b084 |
UHC | ???射 | 0011111100111111001111111101111011010010 | 3f3f3fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)