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 | 0011111100111111100100110111000101000010 | 3f3f937142 |
EUC-JP | 鋌?賭B | 10001111111001001011101100111111110001011101001001000010 | 8fe4bb3fc5d242 |
UTF-8 | 鋌淚賭B | 11101001100010111000110011101111101001011000110111101000101100111010110101000010 | e98b8cefa58de8b3ad42 |
UHC | 鋌淚賭B | 11101111111110111101001011100111110101001010111001000010 | effbd2e7d4ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)