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 | 弛??嵌? | 10010010011011110011111100111111100110111100011000111111 | 926f3f3f9bc63f |
EUC-JP | 弛?檉嵌? | 110000111101000000111111100011111100010110111011110101101100100000111111 | c3d03f8fc5bbd6c83f |
UTF-8 | 弛렍檉嵌렫 | 111001011011110010011011111010111010000010001101111001101010101010001001111001011011010110001100111010111010000010101011 | e5bc9beba08de6aa89e5b58ceba0ab |
UHC | 弛렍檉嵌렫 | 11101100101011001000111010100011111011111110000011001010111011101000111010111001 | ecac8ea3efe0caee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)