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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?濡肥 | 0011111110010100010001111001010011101100 | 3f944794ec |
EUC-JP | ?濡肥 | 0011111111000111101010001100100011101110 | 3fc7a8c8ee |
UTF-8 | 룫濡肥 | 111010111010001110101011111001101011111110100001111010001000001010100101 | eba3abe6bfa1e882a5 |
UHC | 룫濡肥 | 100011111010001011101011101000011101110111111110 | 8fa2eba1ddfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)