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 | 笑ル笑ル | 100011111100111011011001100011111100111011011001 | 8fced98fced9 |
EUC-JP | 笑ル笑ル | 1011111011010000100011101101100110111110110100001000111011011001 | bed08ed9bed08ed9 |
UTF-8 | 笑ル笑ル | 111001111010110010010001111011111011111010011001111001111010110010010001111011111011111010011001 | e7ac91efbe99e7ac91efbe99 |
UHC | 笑?笑? | 111000011100010100111111111000011100010100111111 | e1c53fe1c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)