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 | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
SJIS-WIN | 郁?hE郁?hEB | 1000100011101000001111110110100001000101100010001110100000111111011010000100010101000010 | 88e83f684588e83f684542 |
EUC-JP | 郁?hE郁?hEB | 1011000011101010001111110110100001000101101100001110101000111111011010000100010101000010 | b0ea3f6845b0ea3f684542 |
UTF-8 | 郁렪hE郁렪hEB | 1110100110000011100000011110101110100000101010100110100001000101111010011000001110000001111010111010000010101010011010000100010101000010 | e98381eba0aa6845e98381eba0aa684542 |
UHC | 郁렪hE郁렪hEB | 11101001111101001000111010111000011010000100010111101001111101001000111010111000011010000100010101000010 | e9f48eb86845e9f48eb8684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)