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 | 但速脱誰 | 1001001001000001100100011010110010010010010001011001001001001110 | 924191ac9245924e |
EUC-JP | 但速脱誰 | 1100001110100010110000101010111011000011101001101100001110101111 | c3a2c2aec3a6c3af |
UTF-8 | 但速脱誰 | 111001001011110110000110111010011000000010011111111010001000010010110001111010001010101010110000 | e4bd86e9809fe884b1e8aab0 |
UHC | 但速?誰 | 11010011101000111110000111011100001111111110001011000001 | d3a3e1dc3fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)