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 | ???竣? | 001111110011111100111111100011110111011000111111 | 3f3f3f8f763f |
EUC-JP | ???竣? | 001111110011111100111111101111011101011100111111 | 3f3f3fbdd73f |
UTF-8 | 吏흣갊竣렦 | 111011111010011110011110111011011001110110100011111010101011000010001010111001111010101110100011111010111010000010100110 | efa79eed9da3eab08ae7aba3eba0a6 |
UHC | 吏흣갊竣렦 | 11101100101001111100100011101110101100001010011111110001111000101000111010110101 | eca7c8eeb0a7f1e28eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)