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 | 犱執瀅 | 111110110101101110001110101101111111101101001110 | fb5b8eb7fb4e |
EUC-JP | 犱執瀅 | 1000111111001010111011111011110010111001100011111100100110101011 | 8fcaefbcb98fc9ab |
UTF-8 | 犱執瀅 | 111001111000101010110001111001011001111110110111111001111000000010000101 | e78ab1e59fb7e78085 |
UHC | ?執瀅 | 0011111111110010111110111111101110100100 | 3ff2fbfba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)