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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肓郁鎖裼 | 1110001111101001100010001110100010001101101111011110010111100111 | e3e988e88dbde5e7 |
EUC-JP | 肓郁鎖裼 | 1110011011101011101100001110101010111010101111111110101011101001 | e6ebb0eababfeae9 |
UTF-8 | 肓郁鎖裼 | 111010001000001010010011111010011000001110000001111010011000111010010110111010001010001110111100 | e88293e98381e98e96e8a3bc |
UHC | ?郁鎖? | 001111111110100111110100111000011111000000111111 | 3fe9f4e1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)