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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??漿?齋 | 00111111001111111001111111110111001111111110001001010110 | 3f3f9ff73fe256 |
EUC-JP | 佾?漿?齋 | 100011111011000011111011001111111101111011111001001111111110001110110111 | 8fb0fb3fdef93fe3b7 |
UTF-8 | 佾렫漿렣齋 | 111001001011110110111110111010111010000010101011111001101011110010111111111010111010000010100011111010011011110110001011 | e4bdbeeba0abe6bcbfeba0a3e9bd8b |
UHC | 佾렫漿렣齋 | 11101100111010111000111010111001111011011110110010001110101101001110111010110001 | eceb8eb9edec8eb4eeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)