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 | ü÷[ü÷[^ | 11111100111101110101101111111100111101110101101101011110 | fcf75bfcf75b5e |
SJIS-WIN | ?÷[?÷[^ | 001111111000000110000000010110110011111110000001100000000101101101011110 | 3f81805b3f81805b5e |
EUC-JP | ü÷[ü÷[^ | 10001111101010111110010010100001111000000101101110001111101010111110010010100001111000000101101101011110 | 8fabe4a1e05b8fabe4a1e05b5e |
UTF-8 | ü÷[ü÷[^ | 1100001110111100110000111011011101011011110000111011110011000011101101110101101101011110 | c3bcc3b75bc3bcc3b75b5e |
UHC | ?÷[?÷[^ | 001111111010000111000000010110110011111110100001110000000101101101011110 | 3fa1c05b3fa1c05b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)