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 | 穽?羸 | 1110001001110110001111111110001110111110 | e2763fe3be |
EUC-JP | 穽?羸 | 1110001111010111001111111110011011000000 | e3d73fe6c0 |
UTF-8 | 穽븅羸 | 111001111010100110111101111010111011100010000101111001111011111010111000 | e7a9bdebb885e7beb8 |
UHC | 穽븅羸 | 111011111111000010111010111010011101011111101000 | eff0bae9d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)