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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | ?齊O | 00111111111010101000111001001111 | 3fea8e4f |
EUC-JP | ?齊O | 00111111111100111110111001001111 | 3ff3ee4f |
UTF-8 | 싫齊O | 11101100100010111010101111101001101111011000101001001111 | ec8babe9bd8a4f |
UHC | 싫齊O | 1011110111001000111100001011101001001111 | bdc8f0ba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)