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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癲???^ | 111000011001111100111111001111110011111101011110 | e19f3f3f3f5e |
EUC-JP | 癲???^ | 111000101010000100111111001111110011111101011110 | e2a13f3f3f5e |
UTF-8 | 癲쑳삳툩^ | 11100111100110011011001011101100100100011011001111101100100000101011001111101101100010001010100101011110 | e799b2ec91b3ec82b3ed88a95e |
UHC | 癲쑳삳툩^ | 111011111010011010011100110011101011101111101011101110001010000001011110 | efa69ccebbebb8a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)