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 | 笑リヨ | 10001111110011101101100011010110 | 8fced8d6 |
EUC-JP | 笑リヨ | 101111101101000010001110110110001000111011010110 | bed08ed88ed6 |
UTF-8 | 笑リヨ | 111001111010110010010001111011111011111010011000111011111011111010010110 | e7ac91efbe98efbe96 |
UHC | 笑?? | 11100001110001010011111100111111 | e1c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)