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 | 宍痔宍軸 | 1000111010110011100011101010010010001110101100111000111010110010 | 8eb38ea48eb38eb2 |
EUC-JP | 宍痔宍軸 | 1011110010110101101111001010011010111100101101011011110010110100 | bcb5bca6bcb5bcb4 |
UTF-8 | 宍痔宍軸 | 111001011010111010001101111001111001011110010100111001011010111010001101111010001011101110111000 | e5ae8de79794e5ae8de8bbb8 |
UHC | ?痔?軸 | 001111111111011011000000001111111111010111101110 | 3ff6c03ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)