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 | 艶??艶{ | 1000100110010000001111110011111110001001100100001000000101101111 | 89903f3f8990816f |
EUC-JP | 艶??艶{ | 1011000111110000001111110011111110110001111100001010000111010000 | b1f03f3fb1f0a1d0 |
UTF-8 | 艶쀮궓艶{ | 111010001000100110110110111011001000000010101110111010101011011010010011111010001000100110110110111011111011110110011011 | e889b6ec80aeeab693e889b6efbd9b |
UHC | 艶쀮궓艶{ | 11100110111111011001011111101110100000101010100011100110111111011010001111111011 | e6fd97ee82a8e6fda3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)