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 | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
SJIS-WIN | 単贈^}単贈^{^ | 10010010010100001001000110100001010111100111110110010010010100001001000110100001010111100111101101011110 | 925091a15e7d925091a15e7b5e |
EUC-JP | 単贈^}単贈^{^ | 11000011101100011100001010100011010111100111110111000011101100011100001010100011010111100111101101011110 | c3b1c2a35e7dc3b1c2a35e7b5e |
UTF-8 | 単贈^}単贈^{^ | 1110010110001101100110001110100010110100100010000101111001111101111001011000110110011000111010001011010010001000010111100111101101011110 | e58d98e8b4885e7de58d98e8b4885e7b5e |
UHC | ?贈^}?贈^{^ | 0011111111110001111111000101111001111101001111111111000111111100010111100111101101011110 | 3ff1fc5e7d3ff1fc5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)