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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 聿蛾ざ | 111000111110010010001001111010011000001010110100 | e3e489e982b4 |
EUC-JP | 聿蛾ざ | 111001101110011010110010111010111010010010110110 | e6e6b2eba4b6 |
UTF-8 | 聿蛾ざ | 111010001000000110111111111010001001101110111110111000111000000110010110 | e881bfe89bbee38196 |
UHC | 聿蛾ざ | 111010111101001111100100101101101010101010110110 | ebd3e4b6aab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)