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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 汐?B | 10001110101011000011111101000010 | 8eac3f42 |
EUC-JP | 汐?B | 10111100101011100011111101000010 | bcae3f42 |
UTF-8 | 汐쉨B | 11100110101100011001000011101100100010011010100001000010 | e6b190ec89a842 |
UHC | 汐쉨B | 1110000010110001100110101000001001000010 | e0b19a8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)