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 | ¡¿ | 1100001010100001110000101011111111000010 | c2a1c2bfc2 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¡¿ | 100011111010101010100100100011111010001011000010100011111010101010100100100011111010001011000100100011111010101010100100 | 8faaa48fa2c28faaa48fa2c48faaa4 |
UTF-8 | ¡¿ | 11000011100000101100001010100001110000111000001011000010101111111100001110000010 | c382c2a1c382c2bfc382 |
UHC | ?¡?¿? | 00111111101000101010111000111111101000101010111100111111 | 3fa2ae3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)