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 | ?碩晨 | 0011111110010000110101111001110111101101 | 3f90d79ded |
EUC-JP | 剡碩晨 | 10001111101100111100011111000000110110011101101011101111 | 8fb3c7c0d9daef |
UTF-8 | 剡碩晨 | 111001011000100110100001111001111010001010101001111001101001100110101000 | e589a1e7a2a9e699a8 |
UHC | 剡碩晨 | 111000001110011011100000101101011110001111100111 | e0e6e0b5e3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)