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 | 1110000011010111111000100110111010010010010001110011111101000010 | e0d7e26e92473f42 |
EUC-JP | 獸穗竪渲B | 11100000110110011110001111001111110000111010100010001111110001111110110001000010 | e0d9e3cfc3a88fc7ec42 |
UTF-8 | 獸穗竪渲B | 11100111100011011011100011100111101010011001011111100111101010111010101011100110101110001011001001000010 | e78db8e7a997e7abaae6b8b242 |
UHC | 獸穗竪渲B | 111000101010111011100010101101001110001010110101111000001100001001000010 | e2aee2b4e2b5e0c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)