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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 適?蔭? | 100100110100101100111111100010001111110000111111 | 934b3f88fc3f |
EUC-JP | 適?蔭? | 110001011010110000111111101100001111111000111111 | c5ac3fb0fe3f |
UTF-8 | 適렖蔭렫 | 111010011000000110101001111010111010000010010110111010001001010010101101111010111010000010101011 | e981a9eba096e894adeba0ab |
UHC | 適렖蔭렫 | 1110111011101010100011101010101111101011111000111000111010111001 | eeea8eabebe38eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)