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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜃晤相 | 111001011000011110011101111010111001000110001010 | e5879deb918a |
EUC-JP | 蜃晤相 | 111010011110011111011010111011011100000111101010 | e9e7daedc1ea |
UTF-8 | 蜃晤相 | 111010001001110010000011111001101001100110100100111001111001101110111000 | e89c83e699a4e79bb8 |
UHC | 蜃晤相 | 111000111111000111100111111110111101111111010011 | e3f1e7fbdfd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)