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 | 操??重 | 100100011000000000111111001111111000111101100100 | 91803f3f8f64 |
EUC-JP | 操??重 | 110000011110000000111111001111111011110111000101 | c1e03f3fbdc5 |
UTF-8 | 操롈뤵重 | 111001101001001110001101111010111010000110001000111010111010010010110101111010011000011110001101 | e6938deba188eba4b5e9878d |
UHC | 操롈뤵重 | 1111000011000011100011101100111010001111111000111111000111101100 | f0c38ece8fe3f1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)