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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?堉?堉^ | 001111111000111110110111111111010011111110001111101101111111110101011110 | 3f8fb7fd3f8fb7fd5e |
UTF-8 | 롇堉롇堉^ | 11101011101000011000011111100101101000001000100111101011101000011000011111100101101000001000100101011110 | eba187e5a089eba187e5a0895e |
UHC | 롇堉롇堉^ | 100011101100110111101011101111001000111011001101111010111011110001011110 | 8ecdebbc8ecdebbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)