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 | 聶у興 | 111000111110000110000100100001011000101110111011 | e3e184858bbb |
EUC-JP | 聶у興 | 111001101110001110100111111001011011011010111101 | e6e3a7e5b6bd |
UTF-8 | 聶у興 | 1110100010000001101101101101000110000011111010001000100010001000 | e881b6d183e88888 |
UHC | ?у興 | 0011111110101100111001011111110111101001 | 3face5fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)