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 | 00111111111010010111000000111111111010010111000001000010 | 3fe9703fe97042 |
EUC-JP | ?駱?駱B | 00111111111100011101000100111111111100011101000101000010 | 3ff1d13ff1d142 |
UTF-8 | 렺駱렺駱B | 11101011101000001011101011101001101001111011000111101011101000001011101011101001101001111011000101000010 | eba0bae9a7b1eba0bae9a7b142 |
UHC | 렺駱렺駱B | 100011101100001011010101101011011000111011000010110101011010110101000010 | 8ec2d5ad8ec2d5ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)