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 | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | 驃?Y驃?Z | 1110100101111110001111110101100111101001011111100011111101011010 | e97e3f59e97e3f5a |
EUC-JP | 驃?Y驃?Z | 1111000111011111001111110101100111110001110111110011111101011010 | f1df3f59f1df3f5a |
UTF-8 | 驃렋Y驃렋Z | 1110100110101001100000111110101110100000100010110101100111101001101010011000001111101011101000001000101101011010 | e9a983eba08b59e9a983eba08b5a |
UHC | 驃렋Y驃렋Z | 11111000111111101000111010100010010110011111100011111110100011101010001001011010 | f8fe8ea259f8fe8ea25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)