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 | 遞咲・哥 | 11100111101010001000110111100111101001011001101001000110 | e7a88de7a59a46 |
EUC-JP | 遞咲・哥 | 1110111010101010101110101110100110001110101001011101001110100111 | eeaabae98ea5d3a7 |
UTF-8 | 遞咲・哥 | 111010011000000110011110111001011001001010110010111011111011110110100101111001011001001110100101 | e9819ee592b2efbda5e593a5 |
UHC | 遞??哥 | 111101001111011000111111001111111100101010101000 | f4f63f3fcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)