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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | 閾セム餓カッ@h | 11101000100001111011111011010001100010011110110010110110101011110100000001101000 | e887bed189ecb6af4068 |
EUC-JP | 閾セム餓カッ@h | 1110111111100111100011101011111010001110110100011011001011101110100011101011011010001110101011110100000001101000 | efe78ebe8ed1b2ee8eb68eaf4068 |
UTF-8 | 閾セム餓カッ@h | 1110100110010110101111101110111110111101101111101110111110111110100100011110100110100100100100111110111110111101101101101110111110111101101011110100000001101000 | e996beefbdbeefbe91e9a493efbdb6efbdaf4068 |
UHC | ???餓??@h | 001111110011111100111111111001001011101100111111001111110100000001101000 | 3f3f3fe4bb3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)