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 | ?匿[?匿[^ | 001111111001001110111101010110110011111110010011101111010101101101011110 | 3f93bd5b3f93bd5b5e |
EUC-JP | ?匿[?匿[^ | 001111111100011010111111010110110011111111000110101111110101101101011110 | 3fc6bf5b3fc6bf5b5e |
UTF-8 | 뤯匿[뤯匿[^ | 111010111010010010101111111001011000110010111111010110111110101110100100101011111110010110001100101111110101101101011110 | eba4afe58cbf5beba4afe58cbf5b5e |
UHC | 뤯匿[뤯匿[^ | 1000111111011101110100101111101101011011100011111101110111010010111110110101101101011110 | 8fddd2fb5b8fddd2fb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)