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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 牋砠[牋砠[^ | 1110000010101110111000011110011101011011111000001010111011100001111001110101101101011110 | e0aee1e75be0aee1e75b5e |
EUC-JP | 牋砠[牋砠[^ | 1110000010110000111000101110100101011011111000001011000011100010111010010101101101011110 | e0b0e2e95be0b0e2e95b5e |
UTF-8 | 牋砠[牋砠[^ | 111001111000100110001011111001111010000010100000010110111110011110001001100010111110011110100000101000000101101101011110 | e7898be7a0a05be7898be7a0a05b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)