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 | A[WA[z | 10010010010000011001001001011011010101111001001001000001100100100101101101111010 | 9241925b579241925b7a |
SJIS-WIN | ?A?[W?A?[z | 00111111010000010011111101011011010101110011111101000001001111110101101101111010 | 3f413f5b573f413f5b7a |
EUC-JP | ?A?[W?A?[z | 00111111010000010011111101011011010101110011111101000001001111110101101101111010 | 3f413f5b573f413f5b7a |
UTF-8 | A[WA[z | 1100001010010010010000011100001010010010010110110101011111000010100100100100000111000010100100100101101101111010 | c29241c2925b57c29241c2925b7a |
UHC | ?A?[W?A?[z | 00111111010000010011111101011011010101110011111101000001001111110101101101111010 | 3f413f5b573f413f5b7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)