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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?沚\ | 00111111100111111000110101011100 | 3f9f8d5c |
EUC-JP | ?沚\ | 00111111110111011110110101011100 | 3fdded5c |
UTF-8 | 솜沚\ | 11101100100001101001110011100110101100101001101001011100 | ec869ce6b29a5c |
UHC | 솜沚\ | 1011110011011000111100101010111101011100 | bcd8f2af5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)