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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 烏??夷? | 10001001010001110011111100111111100010001100111000111111 | 89473f3f88ce3f |
EUC-JP | 烏??夷? | 10110001101010000011111100111111101100001101000000111111 | b1a83f3fb0d03f |
UTF-8 | 烏띾ㅇ夷풟 | 111001111000001110001111111010111001110110111110111000111000010110000111111001011010010010110111111011011001001010011111 | e7838feb9dbee38587e5a4b7ed929f |
UHC | 烏띾ㅇ夷풟 | 11101000101000011000110111101011101001001011011111101100101010001011111101000010 | e8a18deba4b7eca8bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)