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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 昔暹纖僊楔 | 10010000110011001001110111111001111000111001100110011001010000011001111010110110 | 90cc9df9e39999419eb6 |
EUC-JP | 昔暹纖僊楔 | 11000000110011101101101011111011111001011111100111010001101000101101110010111000 | c0cedafbe5f9d1a2dcb8 |
UTF-8 | 昔暹纖僊楔 | 111001101001100010010100111001101001101010111001111001111011101010010110111001011000001110001010111001101010010110010100 | e69894e69ab9e7ba96e5838ae6a594 |
UHC | 昔暹纖僊楔 | 11100000101011101110000011100111111000001110100111100000101110101110000011011011 | e0aee0e7e0e9e0bae0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)