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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 依??依??^ | 100010001100101100111111001111111000100011001011001111110011111101011110 | 88cb3f3f88cb3f3f5e |
EUC-JP | 依??依??^ | 101100001100110100111111001111111011000011001101001111110011111101011110 | b0cd3f3fb0cd3f3f5e |
UTF-8 | 依쏆댏依쏆댏^ | 11100100101111101001110111101100100011111000011011101011100011001000111111100100101111101001110111101100100011111000011011101011100011001000111101011110 | e4be9dec8f86eb8c8fe4be9dec8f86eb8c8f5e |
UHC | 依쏆댏依쏆댏^ | 11101011111011101001101111101100100010001011100011101011111011101001101111101100100010001011100001011110 | ebee9bec88b8ebee9bec88b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)