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 | 低?燼?郁 | 1001001011100001001111111110000010011110001111111000100011101000 | 92e13fe09e3f88e8 |
EUC-JP | 低?燼?郁 | 1100010011100011001111111101111111111110001111111011000011101010 | c4e33fdffe3fb0ea |
UTF-8 | 低렦燼렗郁 | 111001001011110110001110111010111010000010100110111001111000011110111100111010111010000010010111111010011000001110000001 | e4bd8eeba0a6e787bceba097e98381 |
UHC | 低렦燼렗郁 | 11101110101110001000111010110101111000111110100010001110101011001110100111110100 | eeb88eb5e3e88eace9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)