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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 酌鉦オ雫 | 111100001011110110001110110111101000111111011110101101011000111010110100 | f0bd8ede8fdeb58eb4 |
EUC-JP | ?酌鉦オ雫 | 001111111011110011100000101111101110000010001110101101011011110010110110 | 3fbce0bee08eb5bcb6 |
UTF-8 | 酌鉦オ雫 | 111011101000000110111100111010011000010110001100111010011000100110100110111011111011110110110101111010011001101110101011 | ee81bce9858ce989a6efbdb5e99bab |
UHC | ?酌鉦?? | 00111111111011011100110011101111111110100011111100111111 | 3fedcceffa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)