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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???娠 | 0011111100111111001111111001000001010000 | 3f3f3f9050 |
EUC-JP | 藎??娠 | 10001111110110011111001100111111001111111011111110110001 | 8fd9f33f3fbfb1 |
UTF-8 | 藎땰뙦娠 | 111010001001011110001110111010111001010110110000111010111001100110100110111001011010100010100000 | e8978eeb95b0eb99a6e5a8a0 |
UHC | 藎땰뙦娠 | 1110001111110000100010111000011010001100101010101110001111100011 | e3f08b868caae3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)