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 | 﨟ャ逞秘アク | 111110111001110110101100111001111001011110010100111010011011000110111000 | fb9dace79794e9b1b8 |
EUC-JP | ?ャ逞秘アク | 0011111110001110101011001110110111110111110010001110101110001110101100011000111010111000 | 3f8eacedf7c8eb8eb18eb8 |
UTF-8 | 﨟ャ逞秘アク | 111011111010100010011111111011111011110110101100111010011000000010011110111001111010011110011000111011111011110110110001111011111011110110111000 | efa89fefbdace9809ee7a798efbdb1efbdb8 |
UHC | ??逞秘?? | 0011111100111111110101101100000111011101111110100011111100111111 | 3f3fd6c1ddfa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)