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 | 玩?芸 | 1000101011011111001111111000110001111100 | 8adf3f8c7c |
EUC-JP | 玩?芸 | 1011010011100001001111111011011111011101 | b4e13fb7dd |
UTF-8 | 玩덃芸 | 111001111000111010101001111010111000110110000011111010001000101010111000 | e78ea9eb8d83e88ab8 |
UHC | 玩덃芸 | 111010001100110010001000111001101110100111111101 | e8cc88e6e9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)