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 | 隴峨鴫 | 111010001010110110001001111000111000111010110000 | e8ad89e38eb0 |
EUC-JP | 隴峨鴫 | 111100001010111110110010111001011011110010110010 | f0afb2e5bcb2 |
UTF-8 | 隴峨鴫 | 111010011001101010110100111001011011001110101000111010011011010010101011 | e99ab4e5b3a8e9b4ab |
UHC | ?峨? | 00111111111001001011000100111111 | 3fe4b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)