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 | ??V?? | 0011111100111111010101100011111100111111 | 3f3f563f3f |
SJIS-WIN | 遏ュV驕廝 | 1110011110011111101011010101011011101001100000011001110001000010 | e79fad56e9819c42 |
EUC-JP | 遏ュV驕廝 | 111011101010000110001110101011010101011011110001111000011101011110100011 | eea18ead56f1e1d7a3 |
UTF-8 | 遏ュV驕廝 | 11101001100000011000111111101111101111011010110101010110111010011010100110010101111001011011101110011101 | e9818fefbdad56e9a995e5bb9d |
UHC | ??V驕? | 001111110011111101010110110011101111011000111111 | 3f3f56cef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)