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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 辰狸G | 1001001001000011100100100100101101000111 | 9243924b47 |
EUC-JP | 辰狸G | 1100001110100100110000111010110001000111 | c3a4c3ac47 |
UTF-8 | 辰狸G | 11101000101111101011000011100111100010111011100001000111 | e8beb0e78bb847 |
UHC | 辰狸G | 1111001011100011110101111110000101000111 | f2e3d7e147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)