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 | ³°Úç | 10110011101100001101101011100111 | b3b0dae7 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ?°Úç | 001111111010000111101011100011111010101011100010100011111010101110101110 | 3fa1eb8faae28fabae |
UTF-8 | ³°Úç | 1100001010110011110000101011000011000011100110101100001110100111 | c2b3c2b0c39ac3a7 |
UHC | ³°?? | 101010011111100010100001110001100011111100111111 | a9f8a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)