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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ス轅ス轅B | 1011110111110100110000101110011101110110101111011111010011000010111001110111011001000010 | bdf4c2e776bdf4c2e77642 |
EUC-JP | ス?轅ス?轅B | 1000111010111101001111111110110111010111100011101011110100111111111011011101011101000010 | 8ebd3fedd78ebd3fedd742 |
UTF-8 | ス轅ス轅B | 11101111101111011011110111101110100011011011000111101000101111011000010111101111101111011011110111101110100011011011000111101000101111011000010101000010 | efbdbdee8db1e8bd85efbdbdee8db1e8bd8542 |
UHC | ??轅??轅B | 001111110011111111101010101111110011111100111111111010101011111101000010 | 3f3feabf3f3feabf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)