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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 炅頑恷h炅 | 111110110101000110001010111001101001110010001110011010001111101101010001 | fb518ae69c8e68fb51 |
EUC-JP | 炅頑恷h炅 | 1000111111001001110010101011010011101000110101111110111001101000100011111100100111001010 | 8fc9cab4e8d7ee688fc9ca |
UTF-8 | 炅頑恷h炅 | 11100111100000101000010111101001101000001001000111100110100000011011011101101000111001111000001010000101 | e78285e9a091e681b768e78285 |
UHC | 炅頑?h炅 | 1100110011011101111010001101011100111111011010001100110011011101 | ccdde8d73f68ccdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)