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 | ?憐}?憐{^ | 001111111001011111110111011111010011111110010111111101110111101101011110 | 3f97f77d3f97f77b5e |
EUC-JP | ?憐}?憐{^ | 001111111100111011111001011111010011111111001110111110010111101101011110 | 3fcef97d3fcef97b5e |
UTF-8 | 뤖憐}뤖憐{^ | 111010111010010010010110111001101000011010010000011111011110101110100100100101101110011010000110100100000111101101011110 | eba496e686907deba496e686907b5e |
UHC | 뤖憐}뤖憐{^ | 1000111111000110110101011111101101111101100011111100011011010101111110110111101101011110 | 8fc6d5fb7d8fc6d5fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)