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 | ?浹}?浹{^ | 001111111001111110110011011111010011111110011111101100110111101101011110 | 3f9fb37d3f9fb37b5e |
EUC-JP | ?浹}?浹{^ | 001111111101111010110101011111010011111111011110101101010111101101011110 | 3fdeb57d3fdeb57b5e |
UTF-8 | 뤞浹}뤞浹{^ | 111010111010010010011110111001101011010110111001011111011110101110100100100111101110011010110101101110010111101101011110 | eba49ee6b5b97deba49ee6b5b97b5e |
UHC | 뤞浹}뤞浹{^ | 1000111111001101111110101111010001111101100011111100110111111010111101000111101101011110 | 8fcdfaf47d8fcdfaf47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)