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 | î«Zï¾ | 11101110100111001010101101011010111011111011111010010100 | ee9cab5aefbe94 |
SJIS-WIN | ???Z??? | 00111111001111110011111101011010001111110011111100111111 | 3f3f3f5a3f3f3f |
EUC-JP | î??Zï?? | 1000111110101011110000100011111100111111010110101000111110101011110000010011111100111111 | 8fabc23f3f5a8fabc13f3f |
UTF-8 | î«Zï¾ | 11000011101011101100001010011100110000101010101101011010110000111010111111000010101111101100001010010100 | c3aec29cc2ab5ac3afc2bec294 |
UHC | ???Z?¾? | 0011111100111111001111110101101000111111101010001111101000111111 | 3f3f3f5a3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)