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 | 歎測探袖旦 | 10010010010101101001000110101010100100100101010010010001101100111001001001010101 | 925691aa925491b39255 |
EUC-JP | 歎測探袖旦 | 11000011101101111100001010101100110000111011010111000010101101011100001110110110 | c3b7c2acc3b5c2b5c3b6 |
UTF-8 | 歎測探袖旦 | 111001101010110110001110111001101011100010101100111001101000111010100010111010001010001010010110111001101001011110100110 | e6ad8ee6b8ace68ea2e8a296e697a6 |
UHC | 歎測探袖旦 | 11110111101001111111011010110100111101111010111011100010110000001101001110101001 | f7a7f6b4f7aee2c0d3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)