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 | 聶хЁ | 111000111110000110000100100001111000010001000110 | e3e184878446 |
EUC-JP | 聶хЁ | 111001101110001110100111111001111010011110100111 | e6e3a7e7a7a7 |
UTF-8 | 聶хЁ | 11101000100000011011011011010001100001011101000010000001 | e881b6d185d081 |
UHC | ?хЁ | 0011111110101100111001111010110010100111 | 3face7aca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)