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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 喩?連喩 | 10011010011001110011111110011000010000011001101001100111 | 9a673f98419a67 |
EUC-JP | 喩?連喩 | 11010011110010000011111111001111101000101101001111001000 | d3c83fcfa2d3c8 |
UTF-8 | 喩뀄連喩 | 111001011001011010101001111010111000000010000100111010011000000010100011111001011001011010101001 | e596a9eb8084e980a3e596a9 |
UHC | 喩뀄連喩 | 1110101011100111101100101110110111010110101001111110101011100111 | eae7b2edd6a7eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)