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 | 災?犯 | 1000110111010000001111111001010011000110 | 8dd03f94c6 |
EUC-JP | 災?犯 | 1011101011010010001111111100100011001000 | bad23fc8c8 |
UTF-8 | 災고犯 | 111001111000000110111101111010101011001110100000111001111000101010101111 | e781bdeab3a0e78aaf |
UHC | 災고犯 | 111011101010110010110000111011011101101111110011 | eeacb0eddbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)