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 | ???儀 | 0011111100111111001111111000101101010110 | 3f3f3f8b56 |
EUC-JP | ???儀 | 0011111100111111001111111011010110110111 | 3f3f3fb5b7 |
UTF-8 | 六€쉸儀 | 111011111010011110010001111000101000001010101100111011001000100110111000111001011000010010000000 | efa791e282acec89b8e58480 |
UHC | 六€쉸儀 | 1110101110111011101000101110011010011010100011101110101111110000 | ebbba2e69a8eebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)