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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 沚矜???B | 1001111110001101111000011110000000111111001111110011111101000010 | 9f8de1e03f3f3f42 |
EUC-JP | 沚矜™釪?B | 110111011110110111100010111000101000111110100010111011111000111111100011101011010011111101000010 | ddede2e28fa2ef8fe3ad3f42 |
UTF-8 | 沚矜™釪렔B | 11100110101100101001101011100111100111111001110011100010100001001010001011101001100001111010101011101011101000001001010001000010 | e6b29ae79f9ce284a2e987aaeba09442 |
UHC | 沚矜™釪렔B | 1111001010101111110100001110100010100010111000101110100111101001100011101010100101000010 | f2afd0e8a2e2e9e98ea942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)