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 | 鱈湛揃促 | 1001001001001100100100100101100010010001101101011001000110100011 | 924c925891b591a3 |
EUC-JP | 鱈湛揃促 | 1100001110101101110000111011100111000010101101111100001010100101 | c3adc3b9c2b7c2a5 |
UTF-8 | 鱈湛揃促 | 111010011011000110001000111001101011100110011011111001101000111110000011111001001011111110000011 | e9b188e6b99be68f83e4bf83 |
UHC | ?湛?促 | 001111111101001111000000001111111111010110110101 | 3fd3c03ff5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)