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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霄咲コ也園 | 111010001011101010001101111001111011101010010110111001111000100110000000 | e8ba8de7ba96e78980 |
EUC-JP | 霄咲コ也園 | 11110000101111001011101011101001100011101011101011001100111010011011000111100000 | f0bcbae98ebacce9b1e0 |
UTF-8 | 霄咲コ也園 | 111010011001110010000100111001011001001010110010111011111011110110111010111001001011100110011111111001011001110010010010 | e99c84e592b2efbdbae4b99fe59c92 |
UHC | ???也園 | 00111111001111110011111111100101101001011110101010101110 | 3f3f3fe5a5eaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)