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 | 辜掩洪羔 | 1110011110000011100010011000011010001101010111101110001110110100 | e78389868d5ee3b4 |
EUC-JP | 辜掩洪羔 | 1110110111100011101100011110011010111001101111111110011010110110 | ede3b1e6b9bfe6b6 |
UTF-8 | 辜掩洪羔 | 111010001011111010011100111001101000111010101001111001101011010010101010111001111011111010010100 | e8be9ce68ea9e6b4aae7be94 |
UHC | 辜掩洪羔 | 1100110111010000111001011111001111111011111100111100110111000100 | cdd0e5f3fbf3cdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)