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 | ??S??O | 001111110011111101010011001111110011111101001111 | 3f3f533f3f4f |
SJIS-WIN | ??S??O | 001111110011111101010011001111110011111101001111 | 3f3f533f3f4f |
EUC-JP | ??S??O | 001111110011111101010011001111110011111101001111 | 3f3f533f3f4f |
UTF-8 | 렻렕S렻렋O | 1110101110100000101110111110101110100000100101010101001111101011101000001011101111101011101000001000101101001111 | eba0bbeba09553eba0bbeba08b4f |
UHC | 렻렕S렻렋O | 10001110110000111000111010101010010100111000111011000011100011101010001001001111 | 8ec38eaa538ec38ea24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)