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 | 炭側其辿 | 1001001001011001100100011010010010010001101101001001001001001000 | 925991a491b49248 |
EUC-JP | 炭側其辿 | 1100001110111010110000101010011011000010101101101100001110101001 | c3bac2a6c2b6c3a9 |
UTF-8 | 炭側其辿 | 111001111000001010101101111001011000000110110100111001011000010110110110111010001011111010111111 | e782ade581b4e585b6e8bebf |
UHC | 炭側其? | 11110111101010011111011010110000110100001110110000111111 | f7a9f6b0d0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)