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 | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 辰村vB | 100100100100001110010001101110100111011001000010 | 924391ba7642 |
EUC-JP | 辰村vB | 110000111010010011000010101111000111011001000010 | c3a4c2bc7642 |
UTF-8 | 辰村vB | 1110100010111110101100001110011010011101100100010111011001000010 | e8beb0e69d917642 |
UHC | 辰村vB | 111100101110001111110101101111010111011001000010 | f2e3f5bd7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)