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 | 隴峨Ν | 111010001010110110001001111000111000001110101011 | e8ad89e383ab |
EUC-JP | 隴峨Ν | 111100001010111110110010111001011010011010101101 | f0afb2e5a6ad |
UTF-8 | 隴峨Ν | 1110100110011010101101001110010110110011101010001100111010011101 | e99ab4e5b3a8ce9d |
UHC | ?峨Ν | 0011111111100100101100011010010111001101 | 3fe4b1a5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)