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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?診\}?診\{^ | 0011111110010000011001100101110001111101001111111001000001100110010111000111101101011110 | 3f90665c7d3f90665c7b5e |
EUC-JP | ?診\}?診\{^ | 0011111110111111110001110101110001111101001111111011111111000111010111000111101101011110 | 3fbfc75c7d3fbfc75c7b5e |
UTF-8 | 솜診\}솜診\{^ | 1110110010000110100111001110100010101000101110100101110001111101111011001000011010011100111010001010100010111010010111000111101101011110 | ec869ce8a8ba5c7dec869ce8a8ba5c7b5e |
UHC | 솜診\}솜診\{^ | 10111100110110001111001011100000010111000111110110111100110110001111001011100000010111000111101101011110 | bcd8f2e05c7dbcd8f2e05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)