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 | 苒??鼇 | 111001001001001000111111001111111110101010000111 | e4923f3fea87 |
EUC-JP | 苒??鼇 | 111001111111001000111111001111111111001111100111 | e7f23f3ff3e7 |
UTF-8 | 苒곤숲鼇 | 111010001000101110010010111010101011001110100100111011001000100010110010111010011011110010000111 | e88b92eab3a4ec88b2e9bc87 |
UHC | 苒곤숲鼇 | 1110011011111110101100001110111110111101101000111110100010101000 | e6feb0efbda3e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)