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 | ?Bn}?Bn{^ | 001111110100001001101110011111010011111101000010011011100111101101011110 | 3f426e7d3f426e7b5e |
SJIS-WIN | 渦Bn}渦Bn{^ | 1000100101010001010000100110111001111101100010010101000101000010011011100111101101011110 | 8951426e7d8951426e7b5e |
EUC-JP | 渦Bn}渦Bn{^ | 1011000110110010010000100110111001111101101100011011001001000010011011100111101101011110 | b1b2426e7db1b2426e7b5e |
UTF-8 | 渦Bn}渦Bn{^ | 11100110101110001010011001000010011011100111110111100110101110001010011001000010011011100111101101011110 | e6b8a6426e7de6b8a6426e7b5e |
UHC | 渦Bn}渦Bn{^ | 1110100010111110010000100110111001111101111010001011111001000010011011100111101101011110 | e8be426e7de8be426e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)