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 | 祭?應?? | 10001101110101010011111110011100111001000011111100111111 | 8dd53f9ce43f3f |
EUC-JP | 祭?應?? | 10111010110101110011111111011000111001100011111100111111 | bad73fd8e63f3f |
UTF-8 | 祭렖應목렰 | 111001111010010110101101111010111010000010010110111001101000011110001001111010111010101010101001111010111010000010110000 | e7a5adeba096e68789ebaaa9eba0b0 |
UHC | 祭렖應목렰 | 11110000101011101000111010101011111010111110101110111000111100011000111010111101 | f0ae8eabebebb8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)