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 | 踟イム坂煤^ | 111001101111011110110010110100011000110111100010100101001000000101011110 | e6f7b2d18de294815e |
EUC-JP | 踟イム坂煤^ | 1110110011111001100011101011001010001110110100011011101011100100110001111110000101011110 | ecf98eb28ed1bae4c7e15e |
UTF-8 | 踟イム坂煤^ | 11101000101110001001111111101111101111011011001011101111101111101001000111100101100111011000001011100111100001011010010001011110 | e8b89fefbdb2efbe91e59d82e785a45e |
UHC | ???坂煤^ | 0011111100111111001111111111011111111000110110001110000001011110 | 3f3f3ff7f8d8e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)