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 | 艶???郁 | 10001001100100000011111100111111001111111000100011101000 | 89903f3f3f88e8 |
EUC-JP | 艶??琰郁 | 101100011111000000111111001111111000111111001100101101001011000011101010 | b1f03f3f8fccb4b0ea |
UTF-8 | 艶쀧왃琰郁 | 111010001000100110110110111011001000000010100111111011001001100110000011111001111001000010110000111010011000001110000001 | e889b6ec80a7ec9983e790b0e98381 |
UHC | 艶쀧왃琰郁 | 11100110111111011001011111100111100111101011011011100110111111001110100111110100 | e6fd97e79eb6e6fce9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)