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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????刷勾 | 0011111100111111001111110011111110001101111111001000110011111001 | 3f3f3f3f8dfc8cf9 |
EUC-JP | ?獐??刷勾 | 00111111100011111100101110111010001111110011111110111010111111101011100011111011 | 3f8fcbba3f3fbafeb8fb |
UTF-8 | 렟獐렋뤷刷勾 | 111010111010000010011111111001111000110110010000111010111010000010001011111010111010010010110111111001011000100010110111111001011000101110111110 | eba09fe78d90eba08beba4b7e588b7e58bbe |
UHC | 렟獐렋뤷刷勾 | 100011101011000011101101111011111000111010100010100011111110010111100001111011001100111011111110 | 8eb0edef8ea28fe5e1eccefe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)