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 | ?條}?條{^ | 001111111001111010001010011111010011111110011110100010100111101101011110 | 3f9e8a7d3f9e8a7b5e |
EUC-JP | ?條}?條{^ | 001111111101101111101010011111010011111111011011111010100111101101011110 | 3fdbea7d3fdbea7b5e |
UTF-8 | 겨條}겨條{^ | 111010101011001010101000111001101010001010011101011111011110101010110010101010001110011010100010100111010111101101011110 | eab2a8e6a29d7deab2a8e6a29d7b5e |
UHC | 겨條}겨條{^ | 1011000011011100111100001100100101111101101100001101110011110000110010010111101101011110 | b0dcf0c97db0dcf0c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)