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 | 紂弱丑 | 111000110100000010001110111000111000100101001110 | e3408ee3894e |
EUC-JP | 紂弱丑 | 111001011010000110111100111001011011000110101111 | e5a1bce5b1af |
UTF-8 | 紂弱丑 | 111001111011010010000010111001011011110010110001111001001011100010010001 | e7b482e5bcb1e4b891 |
UHC | 紂弱丑 | 111100011100010011100101101100001111010111100100 | f1c4e5b0f5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)