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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?毬?謙? | 00111111100111110111101100111111100011001010101000111111 | 3f9f7b3f8caa3f |
EUC-JP | ?毬?謙? | 00111111110111011101110000111111101110001010110000111111 | 3fdddc3fb8ac3f |
UTF-8 | 렺毬렺謙렍 | 111010111010000010111010111001101010111110101100111010111010000010111010111010001010110010011001111010111010000010001101 | eba0bae6afaceba0bae8ac99eba08d |
UHC | 렺毬렺謙렍 | 10001110110000101100111110110011100011101100001011001100110001011000111010100011 | 8ec2cfb38ec2ccc58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)