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 | ??邵??堯^ | 001111110011111111100111101110000011111100111111111010101001111101011110 | 3f3fe7b83f3fea9f5e |
EUC-JP | ??邵??堯^ | 001111110011111111101110101110100011111100111111111101001010000101011110 | 3f3feeba3f3ff4a15e |
UTF-8 | 쐛숰邵쐛了堯^ | 11101100100100001001101111101100100010001011000011101001100000101011010111101100100100001001101111101111101001101011101011100101101000001010111101011110 | ec909bec88b0e982b5ec909befa6bae5a0af5e |
UHC | 쐛숰邵쐛了堯^ | 10011100100000011001101001001000111000011101000010011100100000011110100011100111111010001110101101011110 | 9c819a48e1d09c81e8e7e8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)