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 | åýìëë | 1110010111111101100100111110110010001000100000101110101111101011 | e5fd93ec8882ebeb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?ì??ëë | 100011111010101110101001100011111010101111110010001111111000111110101011110000000011111100111111100011111010101110110011100011111010101110110011 | 8faba98fabf23f8fabc03f3f8fabb38fabb3 |
UTF-8 | åýìëë | 11000011101001011100001110111101110000101001001111000011101011001100001010001000110000101000001011000011101010111100001110101011 | c3a5c3bdc293c3acc288c282c3abc3ab |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)