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 | 韆コ蠑乗纜逎 | 1110100011100110101110101110010110111100100011111110011011100011100111001110011110100011 | e8e6bae5bc8fe6e39ce7a3 |
EUC-JP | 韆コ蠑乗纜逎 | 111100001110100010001110101110101110101010111110101111101110100011100101111111001110111010100101 | f0e88ebaeabebee8e5fceea5 |
UTF-8 | 韆コ蠑乗纜逎 | 111010011001111110000110111011111011110110111010111010001010000010010001111001001011100110010111111001111011101010011100111010011000000010001110 | e99f86efbdbae8a091e4b997e7ba9ce9808e |
UHC | 韆???纜? | 1111010011000111001111110011111100111111110101011011111100111111 | f4c73f3f3fd5bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)