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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鉋手錘隲クB | 11100111111011101000111011101000100100001000111011101000101010111011100001000010 | e7ee8ee8908ee8abb842 |
EUC-JP | 鉋手錘隲クB | 1110111011110000101111001110101010111111111011101111000010101101100011101011100001000010 | eef0bceabfeef0ad8eb842 |
UTF-8 | 鉋手錘隲クB | 11101001100010011000101111100110100010011000101111101001100011001001100011101001100110101011001011101111101111011011100001000010 | e9898be6898be98c98e99ab2efbdb842 |
UHC | ?手錘??B | 0011111111100010101000101111010111011111001111110011111101000010 | 3fe2a2f5df3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)