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 | åî²H | 11100101100001101001011111101110100010001011001001001000 | e58697ee88b248 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | å??î??H | 1000111110101011101010010011111100111111100011111010101111000010001111110011111101001000 | 8faba93f3f8fabc23f3f48 |
UTF-8 | åî²H | 11000011101001011100001010000110110000101001011111000011101011101100001010001000110000101011001001001000 | c3a5c286c297c3aec288c2b248 |
UHC | ?????²H | 0011111100111111001111110011111100111111101010011111011101001000 | 3f3f3f3f3fa9f748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)