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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 障皎???\ | 1000111111100001111000011010011100111111001111110011111101011100 | 8fe1e1a73f3f3f5c |
EUC-JP | 障皎???\ | 1011111011100011111000101010100100111111001111110011111101011100 | bee3e2a93f3f3f5c |
UTF-8 | 障皎렜언헙\ | 11101001100110101001110011100111100110101000111011101011101000001001110011101100100101101011100011101101100101111001100101011100 | e99a9ce79a8eeba09cec96b8ed97995c |
UHC | 障皎렜언헙\ | 1110111010100001110011101110101110001110101011101011111011110000110001111110100101011100 | eea1ceeb8eaebef0c7e95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)