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 | 炭誰旦速 | 1001001001011001100100100100111010010010010101011001000110101100 | 9259924e925591ac |
EUC-JP | 炭誰旦速 | 1100001110111010110000111010111111000011101101101100001010101110 | c3bac3afc3b6c2ae |
UTF-8 | 炭誰旦速 | 111001111000001010101101111010001010101010110000111001101001011110100110111010011000000010011111 | e782ade8aab0e697a6e9809f |
UHC | 炭誰旦速 | 1111011110101001111000101100000111010011101010011110000111011100 | f7a9e2c1d3a9e1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)