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 | 1110011110011110101100110101100111100111100111101011001101011010 | e79eb359e79eb35a |
EUC-JP | 迸ウY迸ウZ | 11101101111111101000111010110011010110011110110111111110100011101011001101011010 | edfe8eb359edfe8eb35a |
UTF-8 | 迸ウY迸ウZ | 1110100010111111101110001110111110111101101100110101100111101000101111111011100011101111101111011011001101011010 | e8bfb8efbdb359e8bfb8efbdb35a |
UHC | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)