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 | 磬弱丑 | 111000011111110010001110111000111000100101001110 | e1fc8ee3894e |
EUC-JP | 磬弱丑 | 111000101111111010111100111001011011000110101111 | e2febce5b1af |
UTF-8 | 磬弱丑 | 111001111010001110101100111001011011110010110001111001001011100010010001 | e7a3ace5bcb1e4b891 |
UHC | 磬弱丑 | 110011001110010011100101101100001111010111100100 | cce4e5b0f5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)