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 | °ûP¡ | 100100011011000011111011010100001000000110100001 | 91b0fb5081a1 |
SJIS-WIN | ?°?P?? | 00111111100000011000101100111111010100000011111100111111 | 3f818b3f503f3f |
EUC-JP | ?°ûP?¡ | 0011111110100001111010111000111110101011111001010101000000111111100011111010001011000010 | 3fa1eb8fabe5503f8fa2c2 |
UTF-8 | °ûP¡ | 1100001010010001110000101011000011000011101110110101000011000010100000011100001010100001 | c291c2b0c3bb50c281c2a1 |
UHC | ?°?P?¡ | 0011111110100001110001100011111101010000001111111010001010101110 | 3fa1c63f503fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)