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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 沚矜?名 | 10011111100011011110000111100000001111111001011010111100 | 9f8de1e03f96bc |
EUC-JP | 沚矜?名 | 11011101111011011110001011100010001111111100110010111110 | ddede2e23fccbe |
UTF-8 | 沚矜렗名 | 111001101011001010011010111001111001111110011100111010111010000010010111111001011001000010001101 | e6b29ae79f9ceba097e5908d |
UHC | 沚矜렗名 | 1111001010101111110100001110100010001110101011001101100110100011 | f2afd0e88eacd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)