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 | ?澹?Γ | 001111111110000001010111001111111000001110100001 | 3fe0573f83a1 |
EUC-JP | ?澹?Γ | 001111111101111110111000001111111010011010100011 | 3fdfb83fa6a3 |
UTF-8 | 렺澹렺Γ | 1110101110100000101110101110011010111110101110011110101110100000101110101100111010010011 | eba0bae6beb9eba0bace93 |
UHC | 렺澹렺Γ | 1000111011000010110100111100001010001110110000101010010111000011 | 8ec2d3c28ec2a5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)