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 | 聶уЦ | 111000111110000110000100100001011000010001010111 | e3e184858457 |
EUC-JP | 聶уЦ | 111001101110001110100111111001011010011110111000 | e6e3a7e5a7b8 |
UTF-8 | 聶уЦ | 11101000100000011011011011010001100000111101000010100110 | e881b6d183d0a6 |
UHC | ?уЦ | 0011111110101100111001011010110010111000 | 3face5acb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)