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 | 鮓ッ逞農蠍ク | 11101001101101101010111111100111100101111001010001011111111001011011011010111000 | e9b6afe797945fe5b6b8 |
EUC-JP | 鮓ッ逞農蠍ク | 111100101011100010001110101011111110110111110111110001111100000011101010101110001000111010111000 | f2b88eafedf7c7c0eab88eb8 |
UTF-8 | 鮓ッ逞農蠍ク | 111010011010111010010011111011111011110110101111111010011000000010011110111010001011111010110010111010001010000010001101111011111011110110111000 | e9ae93efbdafe9809ee8beb2e8a08defbdb8 |
UHC | ??逞農?? | 0011111100111111110101101100000111010010110111000011111100111111 | 3f3fd6c1d2dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)