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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 騾具ス芽牲F | 11101001100000001000101111101111101111011000100111101000100100001011010101000110 | e9808befbd89e890b546 |
EUC-JP | 騾具ス芽牲F | 1111000111100000101101101111000110001110101111011011001011101010110000001011011101000110 | f1e0b6f18ebdb2eac0b746 |
UTF-8 | 騾具ス芽牲F | 11101001101010001011111011100101100001011011011111101111101111011011110111101000100010101011110111100111100010011011001001000110 | e9a8bee585b7efbdbde88abde789b246 |
UHC | ?具?芽牲F | 001111111100111011111101001111111110010010110100110111111110010101000110 | 3fcefd3fe4b4dfe546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)