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 | 癲뚎귦뜜^ | 11100111100110011011001011101011100110101000111011101010101101111010011011101011100111001001110001011110 | e799b2eb9a8eeab7a6eb9c9c5e |
UHC | 癲뚎귦뜜^ | 111011111010011010001100110100011000001011101101100011011001111101011110 | efa68cd182ed8d9f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)