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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | 璵?ł???? | 1000111111001100111001100011111110001111101010011100100000111111001111110011111100111111 | 8fcce63f8fa9c83f3f3f3f |
UTF-8 | 璵붺ł令⑴윯力 | 1110011110010010101101011110101110110110101110101100010110000010111011111010011010101000111000101001000110110100111011001001110010101111111011111010011010001010 | e792b5ebb6bac582efa6a8e291b4ec9cafefa68a |
UHC | 璵붺ł令⑴윯力 | 1110011010100101100101001110011110101001101010011110011110101001101010011110011110011111101011101110011010110011 | e6a594e7a9a9e7a9a9e79faee6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)