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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 絶??壯?\ | 1001000011100010001111110011111110011010111000010011111101011100 | 90e23f3f9ae13f5c |
EUC-JP | 絶??壯?\ | 1100000011100100001111110011111111010100111000110011111101011100 | c0e43f3fd4e33f5c |
UTF-8 | 絶랃쉼壯촍\ | 11100111101101011011011011101011100111101000001111101100100010011011110011100101101000111010111111101100101101001000110101011100 | e7b5b6eb9e83ec89bce5a3afecb48d5c |
UHC | 絶랃쉼壯촍\ | 1110111110111110100011011110111110111101101100001110110111100000101011000100110001011100 | efbe8defbdb0ede0ac4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)