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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳??外?? | 1000100101101010001111110011111110001010010011110011111100111111 | 896a3f3f8a4f3f3f |
EUC-JP | 泳??外?? | 1011000111001011001111110011111110110011101100000011111100111111 | b1cb3f3fb3b03f3f |
UTF-8 | 泳됮펶外숂뾺 | 111001101011001110110011111010111001000010101110111011011000111010110110111001011010010010010110111011001000100010000010111010111011111010111010 | e6b3b3eb90aeed8eb6e5a496ec8882ebbeba |
UHC | 泳됮펶外숂뾺 | 111001111011011010001001111010011011110010000111111010001110001010011001111001111001011110000010 | e7b689e9bc87e8e299e79782 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)