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 | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
SJIS-WIN | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
EUC-JP | ?R?^[?R?^[^ | 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 | 3f523f5e5b3f523f5e5b5e |
UTF-8 | 砬R砬^[砬R砬^[^ | 11100111101000001010110001010010111001111010000010101100010111100101101111100111101000001010110001010010111001111010000010101100010111100101101101011110 | e7a0ac52e7a0ac5e5be7a0ac52e7a0ac5e5b5e |
UHC | 砬R砬^[砬R砬^[^ | 110101111111111001010010110101111111111001011110010110111101011111111110010100101101011111111110010111100101101101011110 | d7fe52d7fe5e5bd7fe52d7fe5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)