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 | 炭賊探卒 | 1001001001011001100100011010111110010010010101001001000110110010 | 925991af925491b2 |
EUC-JP | 炭賊探卒 | 1100001110111010110000101011000111000011101101011100001010110100 | c3bac2b1c3b5c2b4 |
UTF-8 | 炭賊探卒 | 111001111000001010101101111010001011001110001010111001101000111010100010111001011000110110010010 | e782ade8b38ae68ea2e58d92 |
UHC | 炭賊探卒 | 1111011110101001111011101110010011110111101011101111000011101111 | f7a9eee4f7aef0ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)