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 | ¸»·ÙàÏ | 101110001011101110110111110110011110000011001111 | b8bbb7d9e0cf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ¸??ÙàÏ | 1000111110100010101100010011111100111111100011111010101011100011100011111010101110100010100011111010101011000001 | 8fa2b13f3f8faae38faba28faac1 |
UTF-8 | ¸»·ÙàÏ | 110000101011100011000010101110111100001010110111110000111001100111000011101000001100001110001111 | c2b8c2bbc2b7c399c3a0c38f |
UHC | ¸?·??? | 1010001010101100001111111010000110100100001111110011111100111111 | a2ac3fa1a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)