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 | 0011111100111111001111110111110000111111001111110011111101111010 | 3f3f3f7c3f3f3f7a |
SJIS-WIN | |耨z | 1111011110101001111100001110111111110001111111000111110011110111101010011111000011101111111000111101001101111010 | f7a9f0eff1fc7cf7a9f0efe3d37a |
EUC-JP | ???|??耨z | 001111110011111100111111011111000011111100111111111001101101010101111010 | 3f3f3f7c3f3fe6d57a |
UTF-8 | |耨z | 1110111010010110100011001110111010000010101011101110111010000101101101110111110011101110100101101000110011101110100000101010111011101000100000001010100001111010 | ee968cee82aeee85b77cee968cee82aee880a87a |
UHC | ???|???z | 0011111100111111001111110111110000111111001111110011111101111010 | 3f3f3f7c3f3f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)