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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 吟?除??而 | 100010111110000100111111100011111001110000111111001111111000111010100111 | 8be13f8f9c3f3f8ea7 |
EUC-JP | 吟?除??而 | 101101101110001100111111101111011111110000111111001111111011110010101001 | b6e33fbdfc3f3fbca9 |
UTF-8 | 吟렞除곁볕而 | 111001011001000010011111111010111010000010011110111010011001100110100100111010101011001110000001111010111011001110010101111010001000000010001100 | e5909feba09ee999a4eab381ebb395e8808c |
UHC | 吟렞除곁볕而 | 111010111110000110001110101011111111000010110110101100001110011110111010101101011110110010111011 | ebe18eaff0b6b0e7bab5ecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)