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 | 昭瑟ヨ緖オ | 1000111110111010111000001110110011010110111110111000111010110101 | 8fbae0ecd6fb8eb5 |
EUC-JP | 昭瑟ヨ?オ | 101111101011110011100000111011101000111011010110001111111000111010110101 | bebce0ee8ed63f8eb5 |
UTF-8 | 昭瑟ヨ緖オ | 111001101001100010101101111001111001000110011111111011111011111010010110111001111011011110010110111011111011110110110101 | e698ade7919fefbe96e7b796efbdb5 |
UHC | 昭瑟?緖? | 1110000110111001111000111010001000111111110111111111110100111111 | e1b9e3a23fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)