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 | ?倖?磯 | 001111111000110011110100001111111000100011101001 | 3f8cf43f88e9 |
EUC-JP | ?倖?磯 | 001111111011100011110110001111111011000011101011 | 3fb8f63fb0eb |
UTF-8 | 뤺倖은磯 | 111010111010010010111010111001011000000010010110111011001001110110000000111001111010001110101111 | eba4bae58096ec9d80e7a3af |
UHC | 뤺倖은磯 | 1000111111101000111110101011100011000000101110101101000110110100 | 8fe8fab8c0bad1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)