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 | 而矜?? | 100011101010011111100001111000000011111100111111 | 8ea7e1e03f3f |
EUC-JP | 而矜?? | 101111001010100111100010111000100011111100111111 | bca9e2e23f3f |
UTF-8 | 而矜렪렫 | 111010001000000010001100111001111001111110011100111010111010000010101010111010111010000010101011 | e8808ce79f9ceba0aaeba0ab |
UHC | 而矜렪렫 | 1110110010111011110100001110100010001110101110001000111010111001 | ecbbd0e88eb88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)