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 | ±Â¡ïÂé | 10001111101100011100001010100001111011111100001011101001 | 8fb1c2a1efc2e9 |
SJIS-WIN | ?±????? | 0011111110000001011111010011111100111111001111110011111100111111 | 3f817d3f3f3f3f3f |
EUC-JP | ?±Â¡ïÂé | 001111111010000111011110100011111010101010100100100011111010001011000010100011111010101111000001100011111010101010100100100011111010101110110001 | 3fa1de8faaa48fa2c28fabc18faaa48fabb1 |
UTF-8 | ±Â¡ïÂé | 1100001010001111110000101011000111000011100000101100001010100001110000111010111111000011100000101100001110101001 | c28fc2b1c382c2a1c3afc382c3a9 |
UHC | ?±?¡??? | 001111111010000110111110001111111010001010101110001111110011111100111111 | 3fa1be3fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)