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 | 弱??苡 | 100011101110001100111111001111111110010010001111 | 8ee33f3fe48f |
EUC-JP | 弱??苡 | 101111001110010100111111001111111110011111101111 | bce53f3fe7ef |
UTF-8 | 弱뉎깺苡 | 111001011011110010110001111010111000100110001110111010101011100110111010111010001000101110100001 | e5bcb1eb898eeab9bae88ba1 |
UHC | 弱뉎깺苡 | 1110010110110000100001111110001110000011101001101110110010111110 | e5b087e383a6ecbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)