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 | 低?燼?搖 | 1001001011100001001111111110000010011110001111111001110110001010 | 92e13fe09e3f9d8a |
EUC-JP | 低?燼?搖 | 1100010011100011001111111101111111111110001111111101100111101010 | c4e33fdffe3fd9ea |
UTF-8 | 低렦燼렗搖 | 111001001011110110001110111010111010000010100110111001111000011110111100111010111010000010010111111001101001000010010110 | e4bd8eeba0a6e787bceba097e69096 |
UHC | 低렦燼렗搖 | 11101110101110001000111010110101111000111110100010001110101011001110100011110100 | eeb88eb5e3e88eace8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)