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 | 犒玻爲 | 111000001011010111100000110111101110000010101000 | e0b5e0dee0a8 |
EUC-JP | 犒玻爲 | 111000001011011111100000111000001110000010101010 | e0b7e0e0e0aa |
UTF-8 | 犒玻爲 | 111001111000101010010010111001111000111010111011111001111000100010110010 | e78a92e78ebbe788b2 |
UHC | ??爲 | 00111111001111111110101011010011 | 3f3fead3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)