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 | 驩磯ッ帛援 | 111010011000100110001000111010011010111110011011111001011000100110000111 | e98988e9af9be58987 |
EUC-JP | 驩磯ッ帛援 | 11110001111010011011000011101011100011101010111111010110111001111011000111100111 | f1e9b0eb8eafd6e7b1e7 |
UTF-8 | 驩磯ッ帛援 | 111010011010100110101001111001111010001110101111111011111011110110101111111001011011100010011011111001101000111110110100 | e9a9a9e7a3afefbdafe5b89be68fb4 |
UHC | 驩磯?帛援 | 111111001011111011010001101101000011111111011011110110011110101010110101 | fcbed1b43fdbd9eab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)