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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譏サ譛取恷 | 111001101001100010111011111001101001110010001110111001101001110010001110 | e698bbe69c8ee69c8e |
EUC-JP | 譏サ譛取恷 | 11101011111110001000111010111011111010111111110010111100111010001101011111101110 | ebf88ebbebfcbce8d7ee |
UTF-8 | 譏サ譛取恷 | 111010001010110110001111111011111011110110111011111010001010110110011011111001011000111110010110111001101000000110110111 | e8ad8fefbdbbe8ad9be58f96e681b7 |
UHC | 譏??取? | 11010001110000010011111100111111111101101010001000111111 | d1c13f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)