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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪具ス賀カ壼 | 11100101101000011000101111101111101111011000100111101010101101101001101011100101 | e5a18befbd89eab69ae5 |
EUC-JP | 蝪具ス賀カ壼 | 111010101010001110110110111100011000111010111101101100101110110010001110101101101101010011100111 | eaa3b6f18ebdb2ec8eb6d4e7 |
UTF-8 | 蝪具ス賀カ壼 | 111010001001110110101010111001011000010110110111111011111011110110111101111010001011001110000000111011111011110110110110111001011010001110111100 | e89daae585b7efbdbde8b380efbdb6e5a3bc |
UHC | ?具?賀?? | 0011111111001110111111010011111111111001110001010011111100111111 | 3fcefd3ff9c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)