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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 箏瞞箏瞞B | 111000101011010111100001110101001110001010110101111000011101010001000010 | e2b5e1d4e2b5e1d442 |
EUC-JP | 箏瞞箏瞞B | 111001001011011111100010110101101110010010110111111000101101011001000010 | e4b7e2d6e4b7e2d642 |
UTF-8 | 箏瞞箏瞞B | 11100111101011101000111111100111100111101001111011100111101011101000111111100111100111101001111001000010 | e7ae8fe79e9ee7ae8fe79e9e42 |
UHC | 箏瞞箏瞞B | 111011101011010011011000101111101110111010110100110110001011111001000010 | eeb4d8beeeb4d8be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)