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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 漏漏戀B | 10011000010100101001100001010010100111001111011001000010 | 985298529cf642 |
EUC-JP | 漏漏戀B | 11001111101100111100111110110011110110001111100001000010 | cfb3cfb3d8f842 |
UTF-8 | 漏漏戀B | 11100110101111001000111111100110101111001000111111100110100010001000000001000010 | e6bc8fe6bc8fe6888042 |
UHC | 漏漏戀B | 11010111101010011101011110101001110101011111110001000010 | d7a9d7a9d5fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)