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 | 畑??毅? | 10010100101010000011111100111111100010110100001000111111 | 94a83f3f8b423f |
EUC-JP | 畑??毅? | 11001000101010100011111100111111101101011010001100111111 | c8aa3f3fb5a33f |
UTF-8 | 畑룹눖毅멻 | 111001111001010110010001111010111010001110111001111010111000100010010110111001101010111110000101111010111010100110111011 | e79591eba3b9eb8896e6af85eba9bb |
UHC | 畑룹눖毅멻 | 11101111101001011011011111101100100001111011000011101011111101101001000101101000 | efa5b7ec87b0ebf69168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)