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 | 10011110011111011110100001110110100111001010110101000010 | 9e7de8769cad42 |
EUC-JP | 栲钁惆B | 11011011110111101110111111010111110110001010111101000010 | dbdeefd7d8af42 |
UTF-8 | 栲钁惆B | 11100110101000001011001011101001100100101000000111100110100000111000011001000010 | e6a0b2e99281e6838642 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)