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 | 1001001001001000100100100101000001000010 | 9248925042 |
EUC-JP | 辿単B | 1100001110101001110000111011000101000010 | c3a9c3b142 |
UTF-8 | 辿単B | 11101000101111101011111111100101100011011001100001000010 | e8bebfe58d9842 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)