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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | アフツイン | 10110001110011001100001010110010110111011111010101000010 | b1ccc2b2ddf542 |
EUC-JP | アフツイン? | 1000111010110001100011101100110010001110110000101000111010110010100011101101110100111111 | 8eb18ecc8ec28eb28edd3f |
UTF-8 | アフツイン | 111011111011110110110001111011111011111010001100111011111011111010000010111011111011110110110010111011111011111010011101111011101000111010101110 | efbdb1efbe8cefbe82efbdb2efbe9dee8eae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)