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 | Óϱ· | 11010011110011111011000110110111 | d3cfb1b7 |
SJIS-WIN | ??±? | 0011111100111111100000010111110100111111 | 3f3f817d3f |
EUC-JP | Óϱ? | 100011111010101011010001100011111010101011000001101000011101111000111111 | 8faad18faac1a1de3f |
UTF-8 | Óϱ· | 1100001110010011110000111000111111000010101100011100001010110111 | c393c38fc2b1c2b7 |
UHC | ??±· | 001111110011111110100001101111101010000110100100 | 3f3fa1bea1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)