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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瑙瑙^ | 1110000011101101111000001110110101011110 | e0ede0ed5e |
EUC-JP | 瑙瑙^ | 1110000011101111111000001110111101011110 | e0efe0ef5e |
UTF-8 | 瑙瑙^ | 11100111100100011001100111100111100100011001100101011110 | e79199e791995e |
UHC | 瑙瑙^ | 1101001011000101110100101100010101011110 | d2c5d2c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)