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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 閾セム餓ウョB | 111010001000011110111110110100011000100111101100101100111010111001000010 | e887bed189ecb3ae42 |
EUC-JP | 閾セム餓ウョB | 11101111111001111000111010111110100011101101000110110010111011101000111010110011100011101010111001000010 | efe78ebe8ed1b2ee8eb38eae42 |
UTF-8 | 閾セム餓ウョB | 11101001100101101011111011101111101111011011111011101111101111101001000111101001101001001001001111101111101111011011001111101111101111011010111001000010 | e996beefbdbeefbe91e9a493efbdb3efbdae42 |
UHC | ???餓??B | 0011111100111111001111111110010010111011001111110011111101000010 | 3f3f3fe4bb3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)