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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ???民?V | 00111111001111110011111110010110101011110011111101010110 | 3f3f3f96af3f56 |
EUC-JP | ???民?V | 00111111001111110011111111001100101100010011111101010110 | 3f3f3fccb13f56 |
UTF-8 | 렻렓렺民렏V | 11101011101000001011101111101011101000001001001111101011101000001011101011100110101100001001000111101011101000001000111101010110 | eba0bbeba093eba0bae6b091eba08f56 |
UHC | 렻렓렺民렏V | 1000111011000011100011101010100010001110110000101101101011000101100011101010010101010110 | 8ec38ea88ec2dac58ea556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)