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 | 炭竪誰湛 | 1001001001011001100100100100011110010010010011101001001001011000 | 92599247924e9258 |
EUC-JP | 炭竪誰湛 | 1100001110111010110000111010100011000011101011111100001110111001 | c3bac3a8c3afc3b9 |
UTF-8 | 炭竪誰湛 | 111001111000001010101101111001111010101110101010111010001010101010110000111001101011100110011011 | e782ade7abaae8aab0e6b99b |
UHC | 炭竪誰湛 | 1111011110101001111000101011010111100010110000011101001111000000 | f7a9e2b5e2c1d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)