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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 絶????B | 10010000111000100011111100111111001111110011111101000010 | 90e23f3f3f3f42 |
EUC-JP | 絶????B | 11000000111001000011111100111111001111110011111101000010 | c0e43f3f3f3f42 |
UTF-8 | 絶볩슝怜멣B | 11100111101101011011011011101011101100111010100111101100100010101001110111101111101001101010110011101011101010011010001101000010 | e7b5b6ebb3a9ec8a9defa6aceba9a342 |
UHC | 絶볩슝怜멣B | 1110111110111110100100111110111110111101101110011110011110110000100100010101001101000010 | efbe93efbdb9e7b0915342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)