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 | 適??適??^ | 100100110100101100111111001111111001001101001011001111110011111101011110 | 934b3f3f934b3f3f5e |
EUC-JP | 適??適??^ | 110001011010110000111111001111111100010110101100001111110011111101011110 | c5ac3f3fc5ac3f3f5e |
UTF-8 | 適띤ㅇ適띤ㅇ^ | 11101001100000011010100111101011100111011010010011100011100001011000011111101001100000011010100111101011100111011010010011100011100001011000011101011110 | e981a9eb9da4e38587e981a9eb9da4e385875e |
UHC | 適띤ㅇ適띤ㅇ^ | 11101110111010101011011011101101101001001011011111101110111010101011011011101101101001001011011101011110 | eeeab6eda4b7eeeab6eda4b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)