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 | 艷合或粭 | 1110010010000110100011011000011110001000101111011110001011100100 | e4868d8788bde2e4 |
EUC-JP | 艷合或粭 | 1110011111100110101110011110011110110000101111111110010011100110 | e7e6b9e7b0bfe4e6 |
UTF-8 | 艷合或粭 | 111010001000100110110111111001011001000010001000111001101000100010010110111001111011001010101101 | e889b7e59088e68896e7b2ad |
UHC | ?合或? | 001111111111100111101010111110111110010000111111 | 3ff9eafbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)