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 | 﨑繍[﨑繍[^ | 1111101010110001100011110100101001011011111110101011000110001111010010100101101101011110 | fab18f4a5bfab18f4a5b5e |
EUC-JP | ?繍[?繍[^ | 001111111011110110101011010110110011111110111101101010110101101101011110 | 3fbdab5b3fbdab5b5e |
UTF-8 | 﨑繍[﨑繍[^ | 111011111010100010010001111001111011100110001101010110111110111110101000100100011110011110111001100011010101101101011110 | efa891e7b98d5befa891e7b98d5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)