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 | è÷²å | 1110100011110111101100101110010110001100 | e8f7b2e58c |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷?å? | 10001111101010111011001010100001111000000011111110001111101010111010100100111111 | 8fabb2a1e03f8faba93f |
UTF-8 | è÷²å | 11000011101010001100001110110111110000101011001011000011101001011100001010001100 | c3a8c3b7c2b2c3a5c28c |
UHC | ?÷²?? | 00111111101000011100000010101001111101110011111100111111 | 3fa1c0a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)