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 | ???R?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
SJIS-WIN | 辰単足R脱旦 | 1001001001000011100100100101000010010001101010110101001010010010010001011001001001010101 | 9243925091ab5292459255 |
EUC-JP | 辰単足R脱旦 | 1100001110100100110000111011000111000010101011010101001011000011101001101100001110110110 | c3a4c3b1c2ad52c3a6c3b6 |
UTF-8 | 辰単足R脱旦 | 11101000101111101011000011100101100011011001100011101000101101101011001101010010111010001000010010110001111001101001011110100110 | e8beb0e58d98e8b6b352e884b1e697a6 |
UHC | 辰?足R?旦 | 111100101110001100111111111100001110101101010010001111111101001110101001 | f2e33ff0eb523fd3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)