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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 依????? | 10001000110010110011111100111111001111110011111100111111 | 88cb3f3f3f3f3f |
EUC-JP | 依????? | 10110000110011010011111100111111001111110011111100111111 | b0cd3f3f3f3f3f |
UTF-8 | 依쏆댎掠묉찄 | 111001001011111010011101111011001000111110000110111010111000110010001110111011111010010110110101111010111010110010001001111011001011000010000100 | e4be9dec8f86eb8c8eefa5b5ebac89ecb084 |
UHC | 依쏆댎掠묉찄 | 111010111110111010011011111011001000100010110111111001011011000110010001111001101010100110001000 | ebee9bec88b7e5b191e6a988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)