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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 倖?瓠橋斌^ | 10001100111101000011111111100001010000001000101110110100100101010110101101011110 | 8cf43fe1408bb4956b5e |
EUC-JP | 倖?瓠橋斌^ | 10111000111101100011111111100001101000011011011010110110110010011100110001011110 | b8f63fe1a1b6b6c9cc5e |
UTF-8 | 倖렒瓠橋斌^ | 11100101100000001001011011101011101000001001001011100111100100111010000011100110101010011000101111100110100101101000110001011110 | e58096eba092e793a0e6a98be6968c5e |
UHC | 倖렒瓠橋斌^ | 1111101010111000100011101010011111111011110100101100111011101001110111101011000001011110 | fab88ea7fbd2cee9deb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)