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 | ?偶}?偶{^ | 001111111000101111110100011111010011111110001011111101000111101101011110 | 3f8bf47d3f8bf47b5e |
EUC-JP | ?偶}?偶{^ | 001111111011011011110110011111010011111110110110111101100111101101011110 | 3fb6f67d3fb6f67b5e |
UTF-8 | 렳偶}렳偶{^ | 111010111010000010110011111001011000000110110110011111011110101110100000101100111110010110000001101101100111101101011110 | eba0b3e581b67deba0b3e581b67b5e |
UHC | 렳偶}렳偶{^ | 1000111011000000111010011100111101111101100011101100000011101001110011110111101101011110 | 8ec0e9cf7d8ec0e9cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)