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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?豈?豈^ | 00111111111001101010111100111111111001101010111101011110 | 3fe6af3fe6af5e |
EUC-JP | ?豈?豈^ | 00111111111011001011000100111111111011001011000101011110 | 3fecb13fecb15e |
UTF-8 | 렺豈렺豈^ | 11101011101000001011101011101000101100011000100011101011101000001011101011101000101100011000100001011110 | eba0bae8b188eba0bae8b1885e |
UHC | 렺豈렺豈^ | 100011101100001011010001110000101000111011000010110100011100001001011110 | 8ec2d1c28ec2d1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)