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 | ÙèÇ· | 100100001101100111101000110001111001110010110111 | 90d9e8c79cb7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÙèÇ?? | 001111111000111110101010111000111000111110101011101100101000111110101010101011100011111100111111 | 3f8faae38fabb28faaae3f3f |
UTF-8 | ÙèÇ· | 110000101001000011000011100110011100001110101000110000111000011111000010100111001100001010110111 | c290c399c3a8c387c29cc2b7 |
UHC | ?????· | 00111111001111110011111100111111001111111010000110100100 | 3f3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)