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 | 析?析? | 100100001100110100111111100100001100110100111111 | 90cd3f90cd3f |
EUC-JP | 析?析? | 110000001100111100111111110000001100111100111111 | c0cf3fc0cf3f |
UTF-8 | 析狀析狀 | 111001101001111010010000111001111000101110000000111001101001111010010000111001111000101110000000 | e69e90e78b80e69e90e78b80 |
UHC | 析狀析狀 | 1110000010110000110111111101001011100000101100001101111111010010 | e0b0dfd2e0b0dfd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)