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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??ŀ | 0011111100111111100011111010100111001001 | 3f3f8fa9c9 |
UTF-8 | 樂뺣ŀ | 1110111110100110101111111110101110111010101000111100010110000000 | efa6bfebbaa3c580 |
UHC | 樂뺣ŀ | 111010001111100110010101111010111010100110101000 | e8f995eba9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)