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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 蓚送D蓚送D^ | 1110010011101001100100011001011101000100111001001110100110010001100101110100010001011110 | e4e9919744e4e99197445e |
EUC-JP | 蓚送D蓚送D^ | 1110100011101011110000011111011101000100111010001110101111000001111101110100010001011110 | e8ebc1f744e8ebc1f7445e |
UTF-8 | 蓚送D蓚送D^ | 111010001001001110011010111010011000000010000001010001001110100010010011100110101110100110000000100000010100010001011110 | e8939ae9808144e8939ae98081445e |
UHC | 蓚送D蓚送D^ | 1110001010111110111000011110101001000100111000101011111011100001111010100100010001011110 | e2bee1ea44e2bee1ea445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)