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 | 罔醇掘綏 | 1110001110100110100011111000011010001100010000001110001101010110 | e3a68f868c40e356 |
EUC-JP | 罔醇掘綏 | 1110011010101000101111011110011010110111101000011110010110110111 | e6a8bde6b7a1e5b7 |
UTF-8 | 罔醇掘綏 | 111001111011110110010100111010011000011010000111111001101000111010011000111001111011011010001111 | e7bd94e98687e68e98e7b68f |
UHC | 罔醇掘綏 | 1101100011010010111000101111010111001111110111101110001010110111 | d8d2e2f5cfdee2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)