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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 村孫損達^ | 100100011011101010010001101101111001000110111001100100100100001001011110 | 91ba91b791b992425e |
EUC-JP | 村孫損達^ | 110000101011110011000010101110011100001010111011110000111010001101011110 | c2bcc2b9c2bbc3a35e |
UTF-8 | 村孫損達^ | 11100110100111011001000111100101101011011010101111100110100100001000110111101001100000011001010001011110 | e69d91e5adabe6908de981945e |
UHC | 村孫損達^ | 111101011011110111100001110111011110000111011111110100111011100101011110 | f5bde1dde1dfd3b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)