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 | 10001111110001111011100111111101110011101111010101000010 | 8fc7b9fdcef542 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?Ç?ýÎõB | 001111111000111110101010101011100011111110001111101010111111001010001111101010101100001010001111101010111101100001000010 | 3f8faaae3f8fabf28faac28fabd842 |
UTF-8 | ǹýÎõB | 11000010100011111100001110000111110000101011100111000011101111011100001110001110110000111011010101000010 | c28fc387c2b9c3bdc38ec3b542 |
UHC | ??¹???B | 0011111100111111101010011111011000111111001111110011111101000010 | 3f3fa9f63f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)