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 | ù®[ù®[^ | 11111001101011100101101111111001101011100101101101011110 | f9ae5bf9ae5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ù®[ù®[^ | 100011111010101111100011100011111010001011101110010110111000111110101011111000111000111110100010111011100101101101011110 | 8fabe38fa2ee5b8fabe38fa2ee5b5e |
UTF-8 | ù®[ù®[^ | 1100001110111001110000101010111001011011110000111011100111000010101011100101101101011110 | c3b9c2ae5bc3b9c2ae5b5e |
UHC | ?®[?®[^ | 001111111010001011100111010110110011111110100010111001110101101101011110 | 3fa2e75b3fa2e75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)