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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 址??? | 1001101010101100001111110011111100111111 | 9aac3f3f3f |
EUC-JP | 址?澐? | 11010100101011100011111110001111110010001110100100111111 | d4ae3f8fc8e93f |
UTF-8 | 址렟澐렏 | 111001011001110110000000111010111010000010011111111001101011111010010000111010111010000010001111 | e59d80eba09fe6be90eba08f |
UHC | 址렟澐렏 | 1111001010100011100011101011000011101001111110101000111010100101 | f2a38eb0e9fa8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)