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 | 甸??? | 1001100110110010001111110011111100111111 | 99b23f3f3f |
EUC-JP | 甸??? | 1101001010110100001111110011111100111111 | d2b43f3f3f |
UTF-8 | 甸ㅴ퐥栒 | 111001111001010010111000111000111000010110110100111011011001000010100101111001101010000010010010 | e794b8e385b4ed90a5e6a092 |
UHC | 甸ㅴ퐥栒 | 1110111110100100101001001110010010111101100011101110001011100011 | efa4a4e4bd8ee2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)