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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?粮?粮B | 00111111111000101110110000111111111000101110110001000010 | 3fe2ec3fe2ec42 |
EUC-JP | ?粮?粮B | 00111111111001001110111000111111111001001110111001000010 | 3fe4ee3fe4ee42 |
UTF-8 | 렺粮렺粮B | 11101011101000001011101011100111101100101010111011101011101000001011101011100111101100101010111001000010 | eba0bae7b2aeeba0bae7b2ae42 |
UHC | 렺粮렺粮B | 100011101100001011010101110110111000111011000010110101011101101101000010 | 8ec2d5db8ec2d5db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)