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 | 云??? | 1000100101011101001111110011111100111111 | 895d3f3f3f |
EUC-JP | 云??? | 1011000110111110001111110011111100111111 | b1be3f3f3f |
UTF-8 | 云닺렞렗 | 111001001011101010010001111010111000101110111010111010111010000010011110111010111010000010010111 | e4ba91eb8bbaeba09eeba097 |
UHC | 云닺렞렗 | 1110100111110110101101001110100010001110101011111000111010101100 | e9f6b4e88eaf8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)