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 | 泳g?徇?? | 100010010110101010000010100001110011111110011100011011010011111100111111 | 896a82873f9c6d3f3f |
EUC-JP | 泳g?徇?? | 101100011100101110100011111001110011111111010111110011100011111100111111 | b1cba3e73fd7ce3f3f |
UTF-8 | 泳g꼾徇숃윸 | 111001101011001110110011111011111011110110000111111010101011110010111110111001011011111010000111111011001000100010000011111011001001110010111000 | e6b3b3efbd87eabcbee5be87ec8883ec9cb8 |
UHC | 泳g꼾徇숃윸 | 111001111011011010100011111001111000010010010100111000101101111110011001111010001001111110110010 | e7b6a3e78494e2df99e89fb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)