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 | ¼Êº°¿® | 101111001100101010111010101100001011111110101110 | bccabab0bfae |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?ʺ°¿® | 001111111000111110101010101101001000111110100010111010111010000111101011100011111010001011000100100011111010001011101110 | 3f8faab48fa2eba1eb8fa2c48fa2ee |
UTF-8 | ¼Êº°¿® | 110000101011110011000011100010101100001010111010110000101011000011000010101111111100001010101110 | c2bcc38ac2bac2b0c2bfc2ae |
UHC | ¼?º°¿® | 1010100011111001001111111010100010101100101000011100011010100010101011111010001011100111 | a8f93fa8aca1c6a2afa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)