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 | 適?梯? | 100100110100101100111111100100101111001000111111 | 934b3f92f23f |
EUC-JP | 適?梯? | 110001011010110000111111110001001111010000111111 | c5ac3fc4f43f |
UTF-8 | 適렮梯멩 | 111010011000000110101001111010111010000010101110111001101010001010101111111010111010100110101001 | e981a9eba0aee6a2afeba9a9 |
UHC | 適렮梯멩 | 1110111011101010100011101011101111110000101011001011100011100110 | eeea8ebbf0acb8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)