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 | 隱樌衷緕 | 1110100010101010100111101110110010010010100011111110001110001110 | e8aa9eec928fe38e |
EUC-JP | 隱樌衷緕 | 1111000010101100110111001110111011000011111011111110010111101110 | f0acdceec3efe5ee |
UTF-8 | 隱樌衷緕 | 111010011001101010110001111001101010100010001100111010001010000110110111111001111011011110010101 | e99ab1e6a88ce8a1b7e7b795 |
UHC | 隱?衷? | 111010111101111100111111111101011111101100111111 | ebdf3ff5fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)