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 | ?笑}?笑{^ | 001111111000111111001110011111010011111110001111110011100111101101011110 | 3f8fce7d3f8fce7b5e |
EUC-JP | ?笑}?笑{^ | 001111111011111011010000011111010011111110111110110100000111101101011110 | 3fbed07d3fbed07b5e |
UTF-8 | 슖笑}슖笑{^ | 111011001000101010010110111001111010110010010001011111011110110010001010100101101110011110101100100100010111101101011110 | ec8a96e7ac917dec8a96e7ac917b5e |
UHC | 슖笑}슖笑{^ | 1001101010100101111000011100010101111101100110101010010111100001110001010111101101011110 | 9aa5e1c57d9aa5e1c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)