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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?涎}?涎{^ | 001111111001111110110101011111010011111110011111101101010111101101011110 | 3f9fb57d3f9fb57b5e |
EUC-JP | ?涎}?涎{^ | 001111111101111010110111011111010011111111011110101101110111101101011110 | 3fdeb77d3fdeb77b5e |
UTF-8 | 삸涎}삸涎{^ | 111011001000001010111000111001101011011010001110011111011110110010000010101110001110011010110110100011100111101101011110 | ec82b8e6b68e7dec82b8e6b68e7b5e |
UHC | 삸涎}삸涎{^ | 1001100010101111111001101100111001111101100110001010111111100110110011100111101101011110 | 98afe6ce7d98afe6ce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)