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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 枝?憑B | 100011100111110100111111100111001101111101000010 | 8e7d3f9cdf42 |
EUC-JP | 枝?憑B | 101110111101111000111111110110001110000101000010 | bbde3fd8e142 |
UTF-8 | 枝브憑B | 11100110100111101001110111101011101110001000110011100110100001101001000101000010 | e69e9debb88ce6869142 |
UHC | 枝브憑B | 11110010101010111011101011101010110111101011101101000010 | f2abbaeadebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)