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 | 鮓ッ逞農蟆 | 111010011011011010101111111001111001011110010100010111111110010110110000 | e9b6afe797945fe5b0 |
EUC-JP | 鮓ッ逞農蟆 | 11110010101110001000111010101111111011011111011111000111110000001110101010110010 | f2b88eafedf7c7c0eab2 |
UTF-8 | 鮓ッ逞農蟆 | 111010011010111010010011111011111011110110101111111010011000000010011110111010001011111010110010111010001001111110000110 | e9ae93efbdafe9809ee8beb2e89f86 |
UHC | ??逞農? | 00111111001111111101011011000001110100101101110000111111 | 3f3fd6c1d2dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)