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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 永??揖?{d | 100010010110100100111111001111111001011101001011001111110111101101100100 | 89693f3f974b3f7b64 |
EUC-JP | 永??揖?{d | 101100011100101000111111001111111100110110101100001111110111101101100100 | b1ca3f3fcdac3f7b64 |
UTF-8 | 永띕쪋揖늭{d | 1110011010110000101110001110101110011101100101011110110010101010100010111110011010001111100101101110101110001010101011010111101101100100 | e6b0b8eb9d95ecaa8be68f96eb8aad7b64 |
UHC | 永띕쪋揖늭{d | 111001111011010110110110111010111010010110000101111010111110011110001000011100100111101101100100 | e7b5b6eba585ebe788727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)