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 | ?排}?排{^ | 001111111001010001110010011111010011111110010100011100100111101101011110 | 3f94727d3f94727b5e |
EUC-JP | ?排}?排{^ | 001111111100011111010011011111010011111111000111110100110111101101011110 | 3fc7d37d3fc7d37b5e |
UTF-8 | 뤶排}뤶排{^ | 111010111010010010110110111001101000111010010010011111011110101110100100101101101110011010001110100100100111101101011110 | eba4b6e68e927deba4b6e68e927b5e |
UHC | 뤶排}뤶排{^ | 1000111111100100110110111100100101111101100011111110010011011011110010010111101101011110 | 8fe4dbc97d8fe4dbc97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)