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 | 雎シ螢ケ鈑 | 1110100010110001101111001110010110100011101110011110011111100101 | e8b1bce5a3b9e7e5 |
EUC-JP | 雎シ螢ケ鈑 | 11110000101100111000111010111100111010101010010110001110101110011110111011100111 | f0b38ebceaa58eb9eee7 |
UTF-8 | 雎シ螢ケ鈑 | 111010011001101110001110111011111011110110111100111010001001111010100010111011111011110110111001111010011000100010010001 | e99b8eefbdbce89ea2efbdb9e98891 |
UHC | 雎?螢?鈑 | 1110111011010001001111111111101110101011001111111111011111111110 | eed13ffbab3ff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)