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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 帽濔窘忿愎 | 10010110010110001110000001011101111000100111101010011100011111001001110010111101 | 9658e05de27a9c7c9cbd |
EUC-JP | 帽濔窘忿愎 | 11001011101110011101111110111110111000111101101111010111110111011101100010111111 | cbb9dfbee3dbd7ddd8bf |
UTF-8 | 帽濔窘忿愎 | 111001011011100010111101111001101011111110010100111001111010101010011000111001011011111110111111111001101000010010001110 | e5b8bde6bf94e7aa98e5bfbfe6848e |
UHC | 帽?窘忿愎 | 110110011011011000111111110011111101011111011101110010001111100010110100 | d9b63fcfd7ddc8f8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)