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 | åýì¹êú | 1110010111111101100110101110110010010101101110011110101011111010 | e5fd9aec95b9eafa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | åý?ì??êú | 100011111010101110101001100011111010101111110010001111111000111110101011110000000011111100111111100011111010101110110100100011111010101111100010 | 8faba98fabf23f8fabc03f3f8fabb48fabe2 |
UTF-8 | åýì¹êú | 11000011101001011100001110111101110000101001101011000011101011001100001010010101110000101011100111000011101010101100001110111010 | c3a5c3bdc29ac3acc295c2b9c3aac3ba |
UHC | ?????¹?? | 001111110011111100111111001111110011111110101001111101100011111100111111 | 3f3f3f3f3fa9f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)