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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | テヲテ銑\ | 110000111010011011000011100100010100110001011100 | c3a6c3914c5c |
EUC-JP | テヲテ銑\ | 100011101100001110001110101001101000111011000011110000011010110101011100 | 8ec38ea68ec3c1ad5c |
UTF-8 | テヲテ銑\ | 11101111101111101000001111101111101111011010011011101111101111101000001111101001100010101001000101011100 | efbe83efbda6efbe83e98a915c |
UHC | ???銑\ | 001111110011111100111111111000001101010101011100 | 3f3f3fe0d55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)