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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 担贈}担贈{^ | 1001001001010011100100011010000101111101100100100101001110010001101000010111101101011110 | 925391a17d925391a17b5e |
EUC-JP | 担贈}担贈{^ | 1100001110110100110000101010001101111101110000111011010011000010101000110111101101011110 | c3b4c2a37dc3b4c2a37b5e |
UTF-8 | 担贈}担贈{^ | 111001101000101110000101111010001011010010001000011111011110011010001011100001011110100010110100100010000111101101011110 | e68b85e8b4887de68b85e8b4887b5e |
UHC | ?贈}?贈{^ | 001111111111000111111100011111010011111111110001111111000111101101011110 | 3ff1fc7d3ff1fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)