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 | äýìë¹ | 1110010011111101100001111110110010001110100010001110101110111001 | e4fd87ec8e88ebb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äý?ì??ë? | 10001111101010111010001110001111101010111111001000111111100011111010101111000000001111110011111110001111101010111011001100111111 | 8faba38fabf23f8fabc03f3f8fabb33f |
UTF-8 | äýìë¹ | 11000011101001001100001110111101110000101000011111000011101011001100001010001110110000101000100011000011101010111100001010111001 | c3a4c3bdc287c3acc28ec288c3abc2b9 |
UHC | ???????¹ | 001111110011111100111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)