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 | ?ζ?湲 | 001111111000001111000100001111111001111111010001 | 3f83c43f9fd1 |
EUC-JP | ?ζ?湲 | 001111111010011011000110001111111101111011010011 | 3fa6c63fded3 |
UTF-8 | 列ζ누湲 | 1110111110100110100111001100111010110110111010111000100010000100111001101011100110110010 | efa69cceb6eb8884e6b9b2 |
UHC | 列ζ누湲 | 1110011011101010101001011110011010110100101010011110101010111000 | e6eaa5e6b4a9eab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)