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 | 11100101010101000011111101000111 | e5543f47 |
EUC-JP | 薺?G | 11101001101101010011111101000111 | e9b53f47 |
UTF-8 | 薺藺G | 11101000100101101011101011101111101001111011000001000111 | e896baefa7b047 |
UHC | 薺藺G | 1111000010110001111011001110000101000111 | f0b1ece147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)