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춏^[^ | 11101100101101101000111101010010111011001011011010001111010111100101101111101100101101101000111101010010111011001011011010001111010111100101101101011110 | ecb68f52ecb68f5e5becb68f52ecb68f5e5b5e |
UHC | 춏R춏^[춏R춏^[^ | 101011010110111001010010101011010110111001011110010110111010110101101110010100101010110101101110010111100101101101011110 | ad6e52ad6e5e5bad6e52ad6e5e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)