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 | ?梁?? | 0011111110010111110000000011111100111111 | 3f97c03f3f |
EUC-JP | ?梁?? | 0011111111001110110000100011111100111111 | 3fcec23f3f |
UTF-8 | 렺梁렺젓 | 111010111010000010111010111001101010001010000001111010111010000010111010111011001010000010010011 | eba0bae6a281eba0baeca093 |
UHC | 렺梁렺젓 | 1000111011000010110101011101100110001110110000101100000110100011 | 8ec2d5d98ec2c1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)