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 | 郁?趾?? | 10001000111010000011111111100110111001000011111100111111 | 88e83fe6e43f3f |
EUC-JP | 郁?趾?? | 10110000111010100011111111101100111001100011111100111111 | b0ea3fece63f3f |
UTF-8 | 郁렪趾얗異 | 111010011000001110000001111010111010000010101010111010001011011010111110111011001001011010010111111011111010010110100010 | e98381eba0aae8b6beec9697efa5a2 |
UHC | 郁렪趾얗異 | 11101001111101001000111010111000111100101011111110111110111010011101011111100100 | e9f48eb8f2bfbee9d7e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)