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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顰エ霆ク貂 | 1110100011111100101101001110100010111011101110001110011010111000 | e8fcb4e8bbb8e6b8 |
EUC-JP | 顰エ霆ク貂 | 11110000111111101000111010110100111100001011110110001110101110001110110010111010 | f0fe8eb4f0bd8eb8ecba |
UTF-8 | 顰エ霆ク貂 | 111010011010000110110000111011111011110110110100111010011001110010000110111011111011110110111000111010001011001010000010 | e9a1b0efbdb4e99c86efbdb8e8b282 |
UHC | ??霆?貂 | 00111111001111111110111111111101001111111111010110110000 | 3f3feffd3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)