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 | 莨炊謙苒 | 1110010010111100100100001000011010001100101010101110010010010010 | e4bc90868caae492 |
EUC-JP | 莨炊謙苒 | 1110100010111110101111111110011010111000101011001110011111110010 | e8bebfe6b8ace7f2 |
UTF-8 | 莨炊謙苒 | 111010001000111010101000111001111000001010001010111010001010110010011001111010001000101110010010 | e88ea8e7828ae8ac99e88b92 |
UHC | ?炊謙苒 | 00111111111101101010011111001100110001011110011011111110 | 3ff6a7ccc5e6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)