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 | zOàÓá³ | 1001011101111010100101110100111111100000110100111110000110110011 | 977a974fe0d3e1b3 |
SJIS-WIN | ?z?O???? | 0011111101111010001111110100111100111111001111110011111100111111 | 3f7a3f4f3f3f3f3f |
EUC-JP | ?z?OàÓá? | 0011111101111010001111110100111110001111101010111010001010001111101010101101000110001111101010111010000100111111 | 3f7a3f4f8faba28faad18faba13f |
UTF-8 | zOàÓá³ | 1100001010010111011110101100001010010111010011111100001110100000110000111001001111000011101000011100001010110011 | c2977ac2974fc3a0c393c3a1c2b3 |
UHC | ?z?O???³ | 001111110111101000111111010011110011111100111111001111111010100111111000 | 3f7a3f4f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)