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 | 雎シ螢ケ趺 | 1110100010110001101111001110010110100011101110011110011011100101 | e8b1bce5a3b9e6e5 |
EUC-JP | 雎シ螢ケ趺 | 11110000101100111000111010111100111010101010010110001110101110011110110011100111 | f0b38ebceaa58eb9ece7 |
UTF-8 | 雎シ螢ケ趺 | 111010011001101110001110111011111011110110111100111010001001111010100010111011111011110110111001111010001011011010111010 | e99b8eefbdbce89ea2efbdb9e8b6ba |
UHC | 雎?螢?趺 | 1110111011010001001111111111101110101011001111111101110110111010 | eed13ffbab3fddba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)