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 | ?}\}?}\{^ | 001111110111110101011100011111010011111101111101010111000111101101011110 | 3f7d5c7d3f7d5c7b5e |
SJIS-WIN | 詠}\}詠}\{^ | 1000100101110010011111010101110001111101100010010111001001111101010111000111101101011110 | 89727d5c7d89727d5c7b5e |
EUC-JP | 詠}\}詠}\{^ | 1011000111010011011111010101110001111101101100011101001101111101010111000111101101011110 | b1d37d5c7db1d37d5c7b5e |
UTF-8 | 詠}\}詠}\{^ | 11101000101010011010000001111101010111000111110111101000101010011010000001111101010111000111101101011110 | e8a9a07d5c7de8a9a07d5c7b5e |
UHC | 詠}\}詠}\{^ | 1110011111001001011111010101110001111101111001111100100101111101010111000111101101011110 | e7c97d5c7de7c97d5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)