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 | ?澹?″ | 001111111110000001010111001111111000000110001101 | 3fe0573f818d |
EUC-JP | ?澹?″ | 001111111101111110111000001111111010000111101101 | 3fdfb83fa1ed |
UTF-8 | 렺澹렺″ | 111010111010000010111010111001101011111010111001111010111010000010111010111000101000000010110011 | eba0bae6beb9eba0bae280b3 |
UHC | 렺澹렺″ | 1000111011000010110100111100001010001110110000101010000111001000 | 8ec2d3c28ec2a1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)