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 | ã ¯ | 1000100110011111111000111010000010010000101011111000100110011111 | 899fe3a090af899f |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??ã??¯?? | 001111110011111110001111101010111010101000111111001111111000111110100010101101000011111100111111 | 3f3f8fabaa3f3f8fa2b43f3f |
UTF-8 | ã ¯ | 11000010100010011100001010011111110000111010001111000010101000001100001010010000110000101010111111000010100010011100001010011111 | c289c29fc3a3c2a0c290c2afc289c29f |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)