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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 隰晏ォ碓@h | 111010001010110010011101111001011010101110001001010011110100000001101000 | e8ac9de5ab894f4068 |
EUC-JP | 隰晏ォ碓@h | 11110000101011101101101011100111100011101010101110110001101100000100000001101000 | f0aedae78eabb1b04068 |
UTF-8 | 隰晏ォ碓@h | 1110100110011010101100001110011010011001100011111110111110111101101010111110011110100010100100110100000001101000 | e99ab0e6998fefbdabe7a2934068 |
UHC | ?晏??@h | 00111111111001001100111100111111001111110100000001101000 | 3fe4cf3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)