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 | 宜??宜??^ | 100010110101100000111111001111111000101101011000001111110011111101011110 | 8b583f3f8b583f3f5e |
EUC-JP | 宜??宜??^ | 101101011011100100111111001111111011010110111001001111110011111101011110 | b5b93f3fb5b93f3f5e |
UTF-8 | 宜용죰宜용죰^ | 11100101101011101001110011101100100110101010100111101100101000111011000011100101101011101001110011101100100110101010100111101100101000111011000001011110 | e5ae9cec9aa9eca3b0e5ae9cec9aa9eca3b05e |
UHC | 宜용죰宜용죰^ | 11101011111100011011111111101011101000011000101111101011111100011011111111101011101000011000101101011110 | ebf1bfeba18bebf1bfeba18b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)