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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 뚚뚚[뚚뚚[^ | 111010111001101010011010111010111001101010011010010110111110101110011010100110101110101110011010100110100101101101011110 | eb9a9aeb9a9a5beb9a9aeb9a9a5b5e |
UHC | 뚚뚚[뚚뚚[^ | 1000110011011101100011001101110101011011100011001101110110001100110111010101101101011110 | 8cdd8cdd5b8cdd8cdd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)