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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 酌丈セ自セ | 11110000101111011000111011011110100011111110010010111110100011101010100110111110 | f0bd8ede8fe4be8ea9be |
EUC-JP | ?酌丈セ自セ | 0011111110111100111000001011111011100110100011101011111010111100101010111000111010111110 | 3fbce0bee68ebebcab8ebe |
UTF-8 | 酌丈セ自セ | 111011101000000110111100111010011000010110001100111001001011100010001000111011111011110110111110111010001000011110101010111011111011110110111110 | ee81bce9858ce4b888efbdbee887aaefbdbe |
UHC | ?酌丈?自? | 001111111110110111001100111011011101101100111111111011011011101100111111 | 3fedcceddb3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)