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 | 烏???? | 100010010100011100111111001111110011111100111111 | 89473f3f3f3f |
EUC-JP | 烏??沅? | 1011000110101000001111110011111110001111110001101110100100111111 | b1a83f3f8fc6e93f |
UTF-8 | 烏띾맩沅쀯 | 111001111000001110001111111010111001110110111110111010111010011110101001111001101011001010000101111011001000000010101111 | e7838feb9dbeeba7a9e6b285ec80af |
UHC | 烏띾맩沅쀯 | 11101000101000011000110111101011100100001011000111101010101101101001011111101111 | e8a18deb90b1eab697ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)