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 | 酌鉦オ竺者 | 1111000010111101100011101101111010001111110111101011010110001110101100011000111011010010 | f0bd8ede8fdeb58eb18ed2 |
EUC-JP | ?酌鉦オ竺者 | 0011111110111100111000001011111011100000100011101011010110111100101100111011110011010100 | 3fbce0bee08eb5bcb3bcd4 |
UTF-8 | 酌鉦オ竺者 | 111011101000000110111100111010011000010110001100111010011000100110100110111011111011110110110101111001111010101110111010111010001000000010000101 | ee81bce9858ce989a6efbdb5e7abbae88085 |
UHC | ?酌鉦?竺者 | 00111111111011011100110011101111111110100011111111110101111001111110110110111010 | 3fedcceffa3ff5e7edba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)