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^ | 1110000101010010111001001110100101000100111000010101001011100100111010010100010001011110 | e152e4e944e152e4e9445e |
EUC-JP | 甞蓚D甞蓚D^ | 1110000110110011111010001110101101000100111000011011001111101000111010110100010001011110 | e1b3e8eb44e1b3e8eb445e |
UTF-8 | 甞蓚D甞蓚D^ | 111001111001010010011110111010001001001110011010010001001110011110010100100111101110100010010011100110100100010001011110 | e7949ee8939a44e7949ee8939a445e |
UHC | ?蓚D?蓚D^ | 001111111110001010111110010001000011111111100010101111100100010001011110 | 3fe2be443fe2be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)