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 | 裝脛?? | 111001011110010011100011111110000011111100111111 | e5e4e3f83f3f |
EUC-JP | 裝脛?? | 111010101110011011100110111110100011111100111111 | eae6e6fa3f3f |
UTF-8 | 裝脛렰숲 | 111010001010001110011101111010001000010010011011111010111010000010110000111011001000100010110010 | e8a39de8849beba0b0ec88b2 |
UHC | 裝脛렰숲 | 1110110111111011110011001110101110001110101111011011110110100011 | edfbcceb8ebdbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)