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 | ñßÛ_æ² | 10011111111100011101111111011011010111111110011010110010 | 9ff1dfdb5fe6b2 |
SJIS-WIN | ????_?? | 00111111001111110011111100111111010111110011111100111111 | 3f3f3f3f5f3f3f |
EUC-JP | ?ñßÛ_æ? | 001111111000111110101011110100001000111110101001110011101000111110101010111001010101111110001111101010011100000100111111 | 3f8fabd08fa9ce8faae55f8fa9c13f |
UTF-8 | ñßÛ_æ² | 11000010100111111100001110110001110000111001111111000011100110110101111111000011101001101100001010110010 | c29fc3b1c39fc39b5fc3a6c2b2 |
UHC | ??ß?_æ² | 00111111001111111010100110101100001111110101111110101001101000011010100111110111 | 3f3fa9ac3f5fa9a1a9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)