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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?λ?膺 | 001111111000001111001001001111111110010001011110 | 3f83c93fe45e |
EUC-JP | ?λ?膺 | 001111111010011011001011001111111110011110111111 | 3fa6cb3fe7bf |
UTF-8 | 列λ뜂膺 | 1110111110100110100111001100111010111011111010111001110010000010111010001000011010111010 | efa69ccebbeb9c82e886ba |
UHC | 列λ뜂膺 | 1110011011101010101001011110101110001101100001101110101111101100 | e6eaa5eb8d86ebec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)