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 | å Âú | 1100001110100101110000101000010111000010100110011100001110111010 | c3a5c285c299c3ba |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ���ú | 100011111010101010101010001111111000111110101010101001000011111110001111101010101010010000111111100011111010101010101010100011111010001011101011 | 8faaaa3f8faaa43f8faaa43f8faaaa8fa2eb |
UTF-8 | å Âú | 11000011100000111100001010100101110000111000001011000010100001011100001110000010110000101001100111000011100000111100001010111010 | c383c2a5c382c285c382c299c383c2ba |
UHC | ???????º | 001111110011111100111111001111110011111100111111001111111010100010101100 | 3f3f3f3f3f3f3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)