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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茘穢蜥 | 111001001010101111100010011100011110010110010010 | e4abe271e592 |
EUC-JP | 茘穢蜥 | 111010001010110111100011110100101110100111110010 | e8ade3d2e9f2 |
UTF-8 | 茘穢蜥 | 111010001000110010011000111001111010100110100010111010001001110010100101 | e88c98e7a9a2e89ca5 |
UHC | ?穢? | 00111111111001111101101100111111 | 3fe7db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)