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 | ¼»¼Ô¼¤¼Ã | 1011110010111011101111001101010010111100101001001011110011000011 | bcbbbcd4bca4bcc3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???Ô?¤?Ã | 0011111100111111001111111000111110101010110101000011111110001111101000101111000000111111100011111010101010101010 | 3f3f3f8faad43f8fa2f03f8faaaa |
UTF-8 | ¼»¼Ô¼¤¼Ã | 11000010101111001100001010111011110000101011110011000011100101001100001010111100110000101010010011000010101111001100001110000011 | c2bcc2bbc2bcc394c2bcc2a4c2bcc383 |
UHC | ¼?¼?¼¤¼? | 10101000111110010011111110101000111110010011111110101000111110011010001010110100101010001111100100111111 | a8f93fa8f93fa8f9a2b4a8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)