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 | 遨ス魘シ | 11100111101010011011110111101001101101001000001101010110 | e7a9bde9b48356 |
EUC-JP | 遨ス魘シ | 1110111010101011100011101011110111110010101101101010010110110111 | eeab8ebdf2b6a5b7 |
UTF-8 | 遨ス魘シ | 111010011000000110101000111011111011110110111101111010011010110110011000111000111000001010110111 | e981a8efbdbde9ad98e382b7 |
UHC | ???シ | 0011111100111111001111111010101110110111 | 3f3f3fabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)