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 | 浩?宸 | 1000110101011111001111111001101110000010 | 8d5f3f9b82 |
EUC-JP | 浩?宸 | 1011100111000000001111111101010111100010 | b9c03fd5e2 |
UTF-8 | 浩렔宸 | 111001101011010110101001111010111010000010010100111001011010111010111000 | e6b5a9eba094e5aeb8 |
UHC | 浩렔宸 | 111110111100011110001110101010011110001111100100 | fbc78ea9e3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)