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 | 梺梺[梺梺[^ | 1001111010010010100111101001001001011011100111101001001010011110100100100101101101011110 | 9e929e925b9e929e925b5e |
EUC-JP | 梺梺[梺梺[^ | 1101101111110010110110111111001001011011110110111111001011011011111100100101101101011110 | dbf2dbf25bdbf2dbf25b5e |
UTF-8 | 梺梺[梺梺[^ | 111001101010001010111010111001101010001010111010010110111110011010100010101110101110011010100010101110100101101101011110 | e6a2bae6a2ba5be6a2bae6a2ba5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)