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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ヘ蒻コィュソノ | 1100110111100100111010001011101010101000101011011011111111001001 | cde4e8baa8adbfc9 |
EUC-JP | ヘ蒻コィュソノ | 1000111011001101111010001110101010001110101110101000111010101000100011101010110110001110101111111000111011001001 | 8ecde8ea8eba8ea88ead8ebf8ec9 |
UTF-8 | ヘ蒻コィュソノ | 111011111011111010001101111010001001001010111011111011111011110110111010111011111011110110101000111011111011110110101101111011111011110110111111111011111011111010001001 | efbe8de892bbefbdbaefbda8efbdadefbdbfefbe89 |
UHC | ?蒻????? | 0011111111100101101101100011111100111111001111110011111100111111 | 3fe5b63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)