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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆郁唇 | 111000101111110010001000111010001001000001001111 | e2fc88e8904f |
EUC-JP | 紆郁唇 | 111001001111111010110000111010101011111110110000 | e4feb0eabfb0 |
UTF-8 | 紆郁唇 | 111001111011010010000110111010011000001110000001111001011001010010000111 | e7b486e98381e59487 |
UHC | 紆郁唇 | 111010011110000111101001111101001111001011000110 | e9e1e9f4f2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)