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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 輸羞^ | 1001011101000001111000111011010101011110 | 9741e3b55e |
EUC-JP | 輸羞^ | 1100110110100010111001101011011101011110 | cda2e6b75e |
UTF-8 | 輸羞^ | 11101000101111001011100011100111101111101001111001011110 | e8bcb8e7be9e5e |
UHC | 輸羞^ | 1110001011000011111000101011101001011110 | e2c3e2ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)