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 | 但綻嘆探 | 1001001001000001100100100101110110010010010100011001001001010100 | 9241925d92519254 |
EUC-JP | 但綻嘆探 | 1100001110100010110000111011111011000011101100101100001110110101 | c3a2c3bec3b2c3b5 |
UTF-8 | 但綻嘆探 | 111001001011110110000110111001111011011010111011111001011001100010000110111001101000111010100010 | e4bd86e7b6bbe59886e68ea2 |
UHC | 但綻嘆探 | 1101001110100011111101111010101011110111101000111111011110101110 | d3a3f7aaf7a3f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)