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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷エ阮ケ遒ェ | 111010001001110010110100111010001001011010111001111001111010001010101010 | e89cb4e896b9e7a2aa |
EUC-JP | 陷エ阮ケ遒ェ | 111011111111110010001110101101001110111111110110100011101011100111101110101001001000111010101010 | effc8eb4eff68eb9eea48eaa |
UTF-8 | 陷エ阮ケ遒ェ | 111010011001100110110111111011111011110110110100111010011001100010101110111011111011110110111001111010011000000110010010111011111011110110101010 | e999b7efbdb4e998aeefbdb9e98192efbdaa |
UHC | 陷?阮??? | 1111100111101000001111111110100011010110001111110011111100111111 | f9e83fe8d63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)