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 | ZUOYP | 100100100101101001010101100100100100111110010010010110011001001001010000 | 925a55924f92599250 |
SJIS-WIN | ?ZU?O?Y?P | 001111110101101001010101001111110100111100111111010110010011111101010000 | 3f5a553f4f3f593f50 |
EUC-JP | ?ZU?O?Y?P | 001111110101101001010101001111110100111100111111010110010011111101010000 | 3f5a553f4f3f593f50 |
UTF-8 | ZUOYP | 11000010100100100101101001010101110000101001001001001111110000101001001001011001110000101001001001010000 | c2925a55c2924fc29259c29250 |
UHC | ?ZU?O?Y?P | 001111110101101001010101001111110100111100111111010110010011111101010000 | 3f5a553f4f3f593f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)