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 | 陂怒陂都 | 1110100010011000100100110111101111101000100110001001001101110011 | e898937be8989373 |
EUC-JP | 陂怒陂都 | 1110111111111000110001011101110011101111111110001100010111010100 | eff8c5dceff8c5d4 |
UTF-8 | 陂怒陂都 | 111010011001100110000010111001101000000010010010111010011001100110000010111010011000001110111101 | e99982e68092e99982e983bd |
UHC | 陂怒陂都 | 1111100110101110110100101100000111111001101011101101010010110100 | f9aed2c1f9aed4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)