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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 竣?禹?懿E | 10001111011101100011111111100010010110100011111110011100111100101000001001100100 | 8f763fe25a3f9cf28264 |
EUC-JP | 竣?禹?懿E | 10111101110101110011111111100011101110110011111111011000111101001010001111000101 | bdd73fe3bb3fd8f4a3c5 |
UTF-8 | 竣렠禹렊懿E | 111001111010101110100011111010111010000010100000111001111010011010111001111010111010000010001010111001101000011110111111111011111011110010100101 | e7aba3eba0a0e7a6b9eba08ae687bfefbca5 |
UHC | 竣렠禹렊懿E | 111100011110001010001110101100011110100111100000100011101010000111101011111100111010001111000101 | f1e28eb1e9e08ea1ebf3a3c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)