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 | ?葯^ | 00111111111001001101111001011110 | 3fe4de5e |
EUC-JP | ?葯^ | 00111111111010001110000001011110 | 3fe8e05e |
UTF-8 | 뽽葯^ | 11101011101111011011110111101000100100011010111101011110 | ebbdbde891af5e |
UHC | 뽽葯^ | 1001011011111001111001011011010101011110 | 96f9e5b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)