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 | 莊???艇 | 11100100101101010011111100111111001111111001001011111000 | e4b53f3f3f92f8 |
EUC-JP | 莊?檉?艇 | 111010001011011100111111100011111100010110111011001111111100010011111010 | e8b73f8fc5bb3fc4fa |
UTF-8 | 莊렱檉렢艇 | 111010001000111010001010111010111010000010110001111001101010101010001001111010111010000010100010111010001000100110000111 | e88e8aeba0b1e6aa89eba0a2e88987 |
UHC | 莊렱檉렢艇 | 11101101111101101000111010111110111011111110000010001110101100111110111111110011 | edf68ebeefe08eb3eff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)