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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??燼?郁 | 00111111001111111110000010011110001111111000100011101000 | 3f3fe09e3f88e8 |
EUC-JP | 祜?燼?郁 | 100011111101000011011000001111111101111111111110001111111011000011101010 | 8fd0d83fdffe3fb0ea |
UTF-8 | 祜렦燼렗郁 | 111001111010010110011100111010111010000010100110111001111000011110111100111010111010000010010111111010011000001110000001 | e7a59ceba0a6e787bceba097e98381 |
UHC | 祜렦燼렗郁 | 11111011110101001000111010110101111000111110100010001110101011001110100111110100 | fbd48eb5e3e88eace9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)