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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 。ホ | 111101011011111011110001101010111010000111001110 | f5bef1aba1ce |
EUC-JP | ??。ホ | 001111110011111110001110101000011000111011001110 | 3f3f8ea18ece |
UTF-8 | 。ホ | 111011101001000010101001111011101000010010100110111011111011110110100001111011111011111010001110 | ee90a9ee84a6efbda1efbe8e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)